diff --git a/MiddlePanel.qml b/MiddlePanel.qml index e3043a46..98c47092 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -6,7 +6,7 @@ Rectangle { states: [ State { name: "Dashboard" - PropertyChanges { target: loader; source: "pages/Dashboard.qml" } +// PropertyChanges { target: loader; source: "pages/Dashboard.qml" } }, State { name: "History" PropertyChanges { target: loader; source: "pages/History.qml" }