mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +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;
|
internal static Task? updateTask;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
internal static readonly bool DebugMode = Debugger.IsAttached;
|
internal static readonly bool DebugMode = System.Diagnostics.Debugger.IsAttached;
|
||||||
#else
|
#else
|
||||||
internal static readonly bool DebugMode = false;
|
internal static readonly bool DebugMode = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user