add:debug功能

This commit is contained in:
2026-05-01 00:27:29 +08:00
parent b0aff1e378
commit 4d8fbef455
8 changed files with 185 additions and 2 deletions
+6
View File
@@ -1180,6 +1180,12 @@ namespace Ink_Canvas
LoadSettings(true);
ApplyLanguageFromSettings();
// 启动时根据设置恢复调试控制台显示状态
if (Settings?.Advanced != null && Settings.Advanced.IsDebugConsoleEnabled)
{
Helpers.DebugConsoleManager.Show();
}
_ = TelemetryUploader.UploadTelemetryIfNeededAsync();
LoadCustomBackgroundColor();