BarWidgets: fixed NPill conditional open left or right that I broke earlier.
This commit is contained in:
parent
40edc38756
commit
ecb7a9d448
2 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ Item {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (item.hasOwnProperty("onLoaded")) {
|
||||
item.onLoaded()
|
||||
}
|
||||
|
||||
//Logger.log("NWidgetLoader", "Loaded", widgetName, "on screen", item.screen.name)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue