fix tray menu translation

This commit is contained in:
YFdyh000 2020-11-29 16:11:58 +08:00 committed by 弘韬 张
parent 2608d961d0
commit c1ca76dd15

View file

@ -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);