浏览代码

Disable all backgrounds by default

Change-Id: Ie702c18ea03bc4815a7ebf658abf838c654f182c
Donald Carr 5 年之前
父节点
当前提交
e741f1206f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qml/main.qml

+ 1 - 1
qml/main.qml

@@ -89,7 +89,7 @@ Item {
 
 
         property string effect: ""
         property string effect: ""
         property string artView: "Trivial"
         property string artView: "Trivial"
-        property string backdrop: "Swirls"
+        property string backdrop
 
 
         property bool randomBackdropColor: false
         property bool randomBackdropColor: false
         property bool smoothArt: false
         property bool smoothArt: false