diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/CommandInput.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command/CommandInput.qml b/src/command/CommandInput.qml index 99f5d0e..e980c80 100644 --- a/src/command/CommandInput.qml +++ b/src/command/CommandInput.qml @@ -13,8 +13,7 @@ Item { Layout.preferredHeight: container.height - Settings { - id: settings + property Settings settings : Settings { category: "command" property string background : "black" |