We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3bce1 commit 126b889Copy full SHA for 126b889
src/Files.App/MainWindow.xaml.cs
@@ -35,6 +35,9 @@ public MainWindow()
35
AppWindow.TitleBar.ButtonPressedBackgroundColor = Colors.Transparent;
36
AppWindow.TitleBar.ButtonHoverBackgroundColor = Colors.Transparent;
37
AppWindow.SetIcon(AppLifecycleHelper.AppIconPath);
38
+
39
+ if (AppLifecycleHelper.IsAutoHideTaskbarEnabled())
40
+ Win32PInvoke.SetPropW(WindowHandle, "NonRudeHWND", new IntPtr(1));
41
}
42
43
public void ShowSplashScreen()
0 commit comments