From 36a4e1318450ba0e5f053f436724c7a99c90c0ed Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 19 Nov 2020 11:46:40 -0800 Subject: [PATCH] updating app icon and profile manager tweeks --- qml/main.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index af59a17b..8a553b9d 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -86,7 +86,6 @@ ApplicationWindow { // Splash pane initialItem: Rectangle { - //anchors.fill: rootStack color: Theme.backgroundMainColor visible: true @@ -118,7 +117,6 @@ ApplicationWindow { // The actual app property Item mainLayout: Rectangle { - //anchors.fill: rootStack color: Theme.backgroundMainColor Toolbar {