mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Move more things to WidgetLoader.qml
This commit is contained in:
@@ -137,17 +137,9 @@ Variants {
|
||||
WidgetLoader {
|
||||
id: widgetLoader
|
||||
|
||||
onWidgetLoaded: function(widgetName) {
|
||||
Logger.log("Bar", `Widget loaded: ${widgetName}`)
|
||||
}
|
||||
|
||||
onWidgetFailed: function(widgetName, error) {
|
||||
Logger.error("Bar", `Widget failed: ${widgetName} - ${error}`)
|
||||
}
|
||||
|
||||
onLoadingComplete: function(total, loaded, failed) {
|
||||
Logger.log("Bar", `Widget loading complete: ${loaded}/${total} loaded, ${failed} failed`)
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize widget loading tracking
|
||||
|
||||
Reference in New Issue
Block a user