aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-01-10 06:58:43 +0100
committerselsta <selsta@sent.at>2019-01-10 06:58:43 +0100
commitf2749fa1f0eaee3c30e83d68482b99066d4fc4dc (patch)
tree5f63b4ee1ed76fe64755e3839f8dcea9a462fb5e /MiddlePanel.qml
parent36eb1f80e1c070f753746519e2c9e4f01784f6c2 (diff)
downloadmonzero-gui-f2749fa1f0eaee3c30e83d68482b99066d4fc4dc.tar.gz
monzero-gui-f2749fa1f0eaee3c30e83d68482b99066d4fc4dc.tar.xz
monzero-gui-f2749fa1f0eaee3c30e83d68482b99066d4fc4dc.zip
repo: cleanup unused pages and components
- Dashboard - TableHeader - SearchInput - DashboardTable
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 69d14d0f..c1f1f8ec 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -116,9 +116,6 @@ Rectangle {
states: [
State {
- name: "Dashboard"
- PropertyChanges { }
- }, State {
name: "History"
PropertyChanges { target: root; currentView: historyView }
PropertyChanges { target: historyView; model: appWindow.currentWallet ? appWindow.currentWallet.historyModel : null }