mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Pass "is_debug_mode" flag to Application
CURA-4539
This commit is contained in:
parent
0668f80792
commit
b7fed81fc1
1 changed files with 2 additions and 0 deletions
|
@ -205,7 +205,9 @@ class CuraApplication(QtApplication):
|
|||
|
||||
self._additional_components = {} # Components to add to certain areas in the interface
|
||||
|
||||
is_debug_mode = CuraBuildType.strip().lower() == "debug"
|
||||
super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType,
|
||||
is_debug_mode = is_debug_mode,
|
||||
tray_icon_name = "cura-icon-32.png")
|
||||
|
||||
self.default_theme = "cura-light"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue