mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Update all uses of the Resources API with the changed API
This commit is contained in:
parent
559780e268
commit
842689d88e
3 changed files with 15 additions and 7 deletions
|
@ -506,6 +506,6 @@ UM.MainWindow {
|
|||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: UM.Theme.load(UM.Resources.getPath(UM.Resources.ThemesLocation, "cura"))
|
||||
Component.onCompleted: UM.Theme.load(UM.Resources.getPath(UM.Resources.Themes, "cura"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue