From b677a81d9bf5e46383b5a569c0d459b068de1136 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 29 Aug 2017 15:55:07 +0200 Subject: [PATCH] Change default theme This new field is now read by Uranium that indicates the default theme to load first before there are any changed preferences. Contributes to issue CURA-4148. --- cura/CuraApplication.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 3c1497f214..1b7dafd53d 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -205,6 +205,8 @@ class CuraApplication(QtApplication): super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType, tray_icon_name = "cura-icon-32.png") + self.default_theme = "cura-light" + self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png"))) self.setRequiredPlugins([