fix dark mode window title bar color and support uosc exclamation mark menu syntax

This commit is contained in:
stax76
2023-11-05 11:15:35 +01:00
parent 1d3fe0a924
commit 684e103e12
3 changed files with 19 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ public class Binding : ObservableObject
public bool IsCustomMenu { get; set; }
public bool IsMenu { get; set; }
public bool IsShortMenuSyntax { get; set; }
string _input = "";