소스 검색

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 artView: "Trivial"
-        property string backdrop: "Swirls"
+        property string backdrop
 
         property bool randomBackdropColor: false
         property bool smoothArt: false