Skip to content

Commit

Permalink
Change default theme
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ghostkeeper committed Aug 30, 2017
1 parent d4e5e10 commit b677a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cura/CuraApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ def __init__(self):
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([
Expand Down

0 comments on commit b677a81

Please sign in to comment.