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:
@@ -58,7 +58,7 @@ ColumnLayout {
|
||||
text: Settings.data.location.name
|
||||
placeholderText: "Enter city name"
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: function () {
|
||||
onEditingFinished: {
|
||||
Settings.data.location.name = text
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user