add:debug功能
This commit is contained in:
@@ -1180,6 +1180,12 @@ namespace Ink_Canvas
|
||||
LoadSettings(true);
|
||||
ApplyLanguageFromSettings();
|
||||
|
||||
// 启动时根据设置恢复调试控制台显示状态
|
||||
if (Settings?.Advanced != null && Settings.Advanced.IsDebugConsoleEnabled)
|
||||
{
|
||||
Helpers.DebugConsoleManager.Show();
|
||||
}
|
||||
|
||||
_ = TelemetryUploader.UploadTelemetryIfNeededAsync();
|
||||
|
||||
LoadCustomBackgroundColor();
|
||||
|
||||
Reference in New Issue
Block a user