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