-
-
Notifications
You must be signed in to change notification settings - Fork 455
fix tray menu translation #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Flow.Launcher/MainWindow.xaml.cs
Outdated
|
|
||
| private void OnInitialized(object sender, EventArgs e) | ||
| { | ||
| // show notify icon when flowlauncher is hided |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this comment goes with the method right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also while you are at it please change word from 'hided' to 'hidden' please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
|
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