aboutsummaryrefslogtreecommitdiff
path: root/src/command/CommandInput.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/CommandInput.qml')
-rw-r--r--src/command/CommandInput.qml3
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"