WPF: Fix build error

This commit is contained in:
genteure 2022-07-01 19:25:56 +08:00
parent f130af64b6
commit fe02fae303

View File

@ -37,7 +37,7 @@ namespace BililiveRecorder.WPF
internal static Task? updateTask;
#if DEBUG
internal static readonly bool DebugMode = Debugger.IsAttached;
internal static readonly bool DebugMode = System.Diagnostics.Debugger.IsAttached;
#else
internal static readonly bool DebugMode = false;
#endif