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:
@@ -16,7 +16,7 @@ Singleton {
|
||||
FileView {
|
||||
path: locationFile
|
||||
onAdapterUpdated: writeAdapter()
|
||||
onLoaded: function () {
|
||||
onLoaded: {
|
||||
updateWeather()
|
||||
}
|
||||
onLoadFailed: function (error) {
|
||||
|
||||
Reference in New Issue
Block a user