Add theme property to Utils
Gets set to the window.theme when a theme is loaded, done to avoid having to refer to the window object from utils.
This commit is contained in:
@@ -67,6 +67,7 @@ Python {
|
||||
window.uiState = uiState
|
||||
window.history = history
|
||||
window.theme = Qt.createQmlObject(theme, window, "theme")
|
||||
utils.theme = window.theme
|
||||
|
||||
if (callback) { callback(settings, uiState, theme) }
|
||||
})
|
||||
|
Reference in New Issue
Block a user