aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MiddlePanel.qml2
1 files changed, 1 insertions, 1 deletions
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" }