下班, 最近要忙起来了

This commit is contained in:
liufei
2021-06-02 17:34:02 +08:00
parent 2f0d6a9405
commit 7246687de0
4 changed files with 52 additions and 15 deletions

View File

@@ -37,9 +37,9 @@ namespace GeekDesk.ViewModel
private int pannelCornerRadius = 4; //面板圆角 默认4
[field: NonSerialized]
private ObservableCollection<IconInfo> selectedMenuIcons;
private string hotkeyStr;
private HotkeyModifiers hotkeyModifiers;
private Key hotkey;
private string hotkeyStr = "Ctrl + Q";
private HotkeyModifiers hotkeyModifiers = HotkeyModifiers.MOD_CONTROL;
private Key hotkey = Key.Q;
#region GetSet
public Key Hotkey