fix syntax error

This commit is contained in:
notiant
2026-04-20 08:27:47 +02:00
committed by GitHub
parent f7394b7c44
commit 4cf7938482
@@ -16,7 +16,6 @@ ColumnLayout {
Layout.fillWidth: true
text: Settings.data.appLauncher.terminalCommand
onTextChanged: Settings.data.appLauncher.terminalCommand = text
}
}
NToggle {