mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix tray menu translation
This commit is contained in:
parent
2608d961d0
commit
c1ca76dd15
1 changed files with 2 additions and 1 deletions
|
|
@ -53,11 +53,12 @@ namespace Flow.Launcher
|
|||
private void OnInitialized(object sender, EventArgs e)
|
||||
{
|
||||
// show notify icon when flowlauncher is hided
|
||||
InitializeNotifyIcon();
|
||||
}
|
||||
|
||||
private void OnLoaded(object sender, RoutedEventArgs _)
|
||||
{
|
||||
InitializeNotifyIcon();
|
||||
|
||||
// todo is there a way to set blur only once?
|
||||
ThemeManager.Instance.SetBlurForWindow();
|
||||
WindowsInteropHelper.DisableControlBox(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue