Windows 11 design compatibility

This commit is contained in:
2025-06-08 01:29:22 +02:00
parent f7df25372d
commit 2082072532
7 changed files with 40 additions and 19 deletions

View File

@ -207,6 +207,13 @@ namespace unison
helper.EnsureHandle();
}
private void Window_LocationChanged(object sender, EventArgs e)
{
Properties.Settings.Default.SettingsWindowTop = Top;
Properties.Settings.Default.SettingsWindowLeft = Left;
Properties.Settings.Default.Save();
}
public void SaveSettings()
{
Properties.Settings.Default.mpd_host = MpdHost.Text;