Prechádzať zdrojové kódy

Move existing devices onto Trivial by default

Donald Carr 7 rokov pred
rodič
commit
a8d524a803
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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)
         }
     }