BarWidgets: fixed NPill conditional open left or right that I broke earlier.

This commit is contained in:
LemmyCook 2025-08-31 21:57:28 -04:00
parent 40edc38756
commit ecb7a9d448
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,11 @@ Item {
}
}
}
if (item.hasOwnProperty("onLoaded")) {
item.onLoaded()
}
//Logger.log("NWidgetLoader", "Loaded", widgetName, "on screen", item.screen.name)
}
}