mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Rename NTextBox To NTextInput for better clarity
This commit is contained in:
@@ -31,7 +31,7 @@ Item {
|
||||
text: "Directory where screen recordings will be saved"
|
||||
color: Colors.textSecondary
|
||||
}
|
||||
NTextBox {
|
||||
NTextInput {
|
||||
text: Settings.data.screenRecorder.directory
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: Settings.data.screenRecorder.directory = text
|
||||
|
||||
Reference in New Issue
Block a user