You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7ccab93 introduced closeAndReopenMainWindow(). This should be triggered only on language modifcation so the new language is applied to the interface.
However, as of version 2.23.0, any save of preferences calls closeAndReopenMainWindow(). onLanguageChanged() is probably being triggered for wrong events.
The text was updated successfully, but these errors were encountered:
After reviewing the code, it seems that triggering the event on every configuration save might need some optimization. Instead of calling the onLanguageChanged() event with every preference save, could we consider triggering it only when there are actual language modifications? This might address the issue raised by @Oxalin while still maintaining the necessary functionality. What are your thoughts on this approach?
Reproduced under Windows with v2.24.4
7ccab93 introduced closeAndReopenMainWindow(). This should be triggered only on language modifcation so the new language is applied to the interface.
However, as of version 2.23.0, any save of preferences calls closeAndReopenMainWindow(). onLanguageChanged() is probably being triggered for wrong events.
The text was updated successfully, but these errors were encountered: