Conversation
Flow.Launcher/MainWindow.xaml.cs
Outdated
| @@ -53,11 +53,12 @@ private void OnClosing(object sender, CancelEventArgs e) | |||
| private void OnInitialized(object sender, EventArgs e) | |||
| { | |||
| // show notify icon when flowlauncher is hided | |||
There was a problem hiding this comment.
this comment goes with the method right?
There was a problem hiding this comment.
also while you are at it please change word from 'hided' to 'hidden' please
|
putting it there requires a restart, is it possible to put it somewhere where restart is not required like the settings text? |
Not sure what you mean...... |
|
The InitializeNotificationIcon call, that will only get called when program is started. So when you change the language, the translation on the tray menu will not happen untill next start. Am wondering if there is a way to have it so when language is changed that method is called so when user changes the language the tray menu changes straight away as well |
|
Understand, maybe we can create a public method used to update tray text when language has changed. I will take a look on that later. |
Done it |
|
👍 |
fix #211