Do not load the theme again when the UI has been loaded

Theme is now loaded on creation instead
This commit is contained in:
Arjen Hiemstra 2016-02-16 15:20:41 +01:00 committed by Ghostkeeper
parent 074048f83c
commit 222b4666d3

View File

@ -706,11 +706,6 @@ UM.MainWindow
}
}
Component.onCompleted:
{
UM.Theme.load(UM.Resources.getPath(UM.Resources.Themes, "cura"))
}
Timer
{
id: startupTimer;