Save all window positions

This commit is contained in:
2025-06-08 02:09:48 +02:00
parent 2082072532
commit 8b0d2153b0
9 changed files with 109 additions and 9 deletions

View File

@ -41,6 +41,9 @@ namespace unison
WindowState = WindowState.Minimized;
Top = Properties.Settings.Default.ShuffleWindowTop;
Left = Properties.Settings.Default.ShuffleWindowLeft;
_mpd = (MPDHandler)Application.Current.Properties["mpd"];
_shuffle = (ShuffleHandler)Application.Current.Properties["shuffle"];
}