Skip to content

Commit c1ca76d

Browse files
yfdyh000taooceros
authored andcommitted
fix tray menu translation
1 parent 2608d96 commit c1ca76d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ private void OnClosing(object sender, CancelEventArgs e)
5353
private void OnInitialized(object sender, EventArgs e)
5454
{
5555
// show notify icon when flowlauncher is hided
56-
InitializeNotifyIcon();
5756
}
5857

5958
private void OnLoaded(object sender, RoutedEventArgs _)
6059
{
60+
InitializeNotifyIcon();
61+
6162
// todo is there a way to set blur only once?
6263
ThemeManager.Instance.SetBlurForWindow();
6364
WindowsInteropHelper.DisableControlBox(this);

0 commit comments

Comments
 (0)