Better way of handling minimization of windows
This commit is contained in:
@ -32,11 +32,15 @@ namespace unison
|
||||
public Shuffle()
|
||||
{
|
||||
InitializeComponent();
|
||||
InitHwnd();
|
||||
|
||||
GenreList = new();
|
||||
FolderList = new();
|
||||
Filters = new();
|
||||
SongFilterNumber.Text = "0";
|
||||
|
||||
WindowState = WindowState.Minimized;
|
||||
|
||||
_mpd = (MPDHandler)Application.Current.Properties["mpd"];
|
||||
_shuffle = (ShuffleHandler)Application.Current.Properties["shuffle"];
|
||||
}
|
||||
|
Reference in New Issue
Block a user