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.
This commit is contained in:
Ghostkeeper 2017-08-29 15:55:07 +02:00
parent d4e5e10825
commit b677a81d9b
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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([