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 428b4c5 commit e7f8c33Copy full SHA for e7f8c33
src/Files.App/MainWindow.xaml.cs
@@ -29,6 +29,7 @@ public MainWindow()
29
MinWidth = 416;
30
ExtendsContentIntoTitleBar = true;
31
Title = "Files";
32
+ PersistenceId = "FilesMainWindow";
33
AppWindow.TitleBar.ButtonBackgroundColor = Colors.Transparent;
34
AppWindow.TitleBar.ButtonInactiveBackgroundColor = Colors.Transparent;
35
AppWindow.TitleBar.ButtonPressedBackgroundColor = Colors.Transparent;
0 commit comments