Skip to content

Commit 130dfb6

Browse files
authored
Added a PersistentId to the properties window (#2395)
1 parent 184d49a commit 130dfb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Files/Interacts/Interaction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ await newWindow.Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
659659
newView = ApplicationView.GetForCurrentView();
660660
newWindow.TitleBar.ExtendViewIntoTitleBar = true;
661661
newView.Title = "PropertiesTitle".GetLocalized();
662+
newView.PersistedStateId = "Properties";
662663
newView.SetPreferredMinSize(new Size(400, 550));
663664
newView.Consolidated += delegate
664665
{

0 commit comments

Comments
 (0)