Windows 11 design compatibility
This commit is contained in:
@ -172,5 +172,12 @@ namespace unison
|
||||
WindowInteropHelper helper = new(this);
|
||||
helper.EnsureHandle();
|
||||
}
|
||||
|
||||
private void Window_LocationChanged(object sender, EventArgs e)
|
||||
{
|
||||
Properties.Settings.Default.RadiosWindowTop = Top;
|
||||
Properties.Settings.Default.RadiosWindowLeft = Left;
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user