Rename NTextBox To NTextInput for better clarity

This commit is contained in:
quadbyte
2025-08-12 08:10:06 -04:00
parent c616f5a46c
commit 049ea7c4e6
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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