소스 검색

Move existing devices onto Trivial by default

Donald Carr 7 년 전
부모
커밋
a8d524a803
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      qml/main.qml

+ 2 - 2
qml/main.qml

@@ -87,7 +87,7 @@ Item {
         property int itemLimit: -1
 
         property string effect: ""
-        property string view: "Reel"
+        property string artView: "Trivial"
         property string backdrop: ""
 
         property bool smoothArt: false
@@ -107,7 +107,7 @@ Item {
         onColumnCountChanged: globalUtil.reset()
 
         Component.onCompleted: {
-            d.setView(view)
+            d.setView(artView)
         }
     }