mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
WPF: Fix build error
This commit is contained in:
parent
f130af64b6
commit
fe02fae303
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user