撤销更改

This commit is contained in:
CJK_mkp
2025-08-28 17:41:29 +08:00
committed by GitHub
parent e5a976abcf
commit 27493b857c
@@ -737,8 +737,6 @@ namespace Ink_Canvas
SwitchToDefaultPen(null, null);
CheckColorTheme(true);
// 延迟半秒后再刷新快捷键状态
Task.Delay(500).ContinueWith(_ => Dispatcher.BeginInvoke(DispatcherPriority.Background, new Action(() => RefreshHotkeyState())));
}
#endregion