mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NTextInput: fixing caller onEditingFinished
This commit is contained in:
@@ -34,7 +34,9 @@ Item {
|
||||
NTextInput {
|
||||
text: Settings.data.screenRecorder.directory
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: Settings.data.screenRecorder.directory = text
|
||||
onEditingFinished: function () {
|
||||
Settings.data.screenRecorder.directory = text
|
||||
}
|
||||
}
|
||||
|
||||
// Frame Rate
|
||||
|
||||
Reference in New Issue
Block a user