Add PropertyChanged detection for Dictionary type settings
This commit is contained in:
parent
1f7000c2c9
commit
5c73beff4b
11 changed files with 211 additions and 179 deletions
|
|
@ -101,7 +101,7 @@ namespace LibationAvalonia
|
|||
}
|
||||
}
|
||||
|
||||
class FormSizeAndPosition
|
||||
private record FormSizeAndPosition
|
||||
{
|
||||
public int X;
|
||||
public int Y;
|
||||
|
|
@ -110,7 +110,6 @@ namespace LibationAvalonia
|
|||
public bool IsMaximized;
|
||||
}
|
||||
|
||||
|
||||
public static void HideMinMaxBtns(this Window form)
|
||||
{
|
||||
if (Design.IsDesignMode || !Configuration.IsWindows)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue