This commit is contained in:
2025-07-15 18:09:38 +08:00
parent 51f3d410c9
commit 29fa565258
2 changed files with 88 additions and 0 deletions
+3
View File
@@ -219,6 +219,9 @@ namespace Ink_Canvas {
RadioCrashSilentRestart.IsChecked = true;
else
RadioCrashNoAction.IsChecked = true;
// 注册系统关机事件处理
RegisterShutdownHandler();
}
private void SystemEventsOnDisplaySettingsChanged(object sender, EventArgs e) {