aboutsummaryrefslogtreecommitdiff
path: root/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/main.qml')
-rw-r--r--qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/main.qml b/qml/main.qml
index f455120..f7673dc 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -13,7 +13,7 @@ ApplicationWindow {
id: settings
category: "window"
- property color background : "#161616"
+ property string background : "#161616"
}
color: settings.background