Skip to content

Commit e7f8c33

Browse files
authored
Fix: Fixed window placement (#16322)
1 parent 428b4c5 commit e7f8c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public MainWindow()
2929
MinWidth = 416;
3030
ExtendsContentIntoTitleBar = true;
3131
Title = "Files";
32+
PersistenceId = "FilesMainWindow";
3233
AppWindow.TitleBar.ButtonBackgroundColor = Colors.Transparent;
3334
AppWindow.TitleBar.ButtonInactiveBackgroundColor = Colors.Transparent;
3435
AppWindow.TitleBar.ButtonPressedBackgroundColor = Colors.Transparent;

0 commit comments

Comments
 (0)