Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/App.axaml.cs')
-rw-r--r--UVtools.WPF/App.axaml.cs18
1 files changed, 2 insertions, 16 deletions
diff --git a/UVtools.WPF/App.axaml.cs b/UVtools.WPF/App.axaml.cs
index e6fb7c3..e5bd116 100644
--- a/UVtools.WPF/App.axaml.cs
+++ b/UVtools.WPF/App.axaml.cs
@@ -49,21 +49,6 @@ public class App : Application
DefaultDark
}
- private static bool _isDebug;
-
- public static bool IsDebug
- {
- get
- {
-#if DEBUG
- return true;
-#else
- return _isDebug;
-#endif
- }
- set => _isDebug = value;
- }
-
//public static ThemeSelector ThemeSelector { get; set; }
public static MainWindow MainWindow = null!;
public static FileFormat? SlicerFile = null;
@@ -507,5 +492,6 @@ public class App : Application
return attributes.Length == 0 ? string.Empty : ((AssemblyCompanyAttribute)attributes[0]).Company;
}
}
-#endregion
+
+ #endregion
} \ No newline at end of file