mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Replaced all NWidgets callback by proper signals
This commit is contained in:
+2
-2
@@ -23,10 +23,10 @@ Singleton {
|
||||
watchChanges: true
|
||||
onFileChanged: reload()
|
||||
onAdapterUpdated: writeAdapter()
|
||||
Component.onCompleted: function () {
|
||||
Component.onCompleted: {
|
||||
reload()
|
||||
}
|
||||
onLoaded: function () {
|
||||
onLoaded: {
|
||||
loadFromCache()
|
||||
}
|
||||
onLoadFailed: function (error) {
|
||||
|
||||
Reference in New Issue
Block a user