Commit 4e9b817
committed
fix: apply UI language changes immediately in settings
Previously, changing the UI language in settings required an app
restart. The setLocale call was missing the { reload: false } parameter
that was added to SetupWizard in PR #30.
Now the UI updates immediately when saving settings with a new language
selection, matching the behavior of the setup wizard.1 parent 46a313d commit 4e9b817
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments