summaryrefslogtreecommitdiffstats
path: root/framework/qml/InlineAccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml
index b7e70746..b5b4bb9f 100644
--- a/framework/qml/InlineAccountSwitcher.qml
+++ b/framework/qml/InlineAccountSwitcher.qml
@@ -24,8 +24,6 @@ Rectangle {
24 id: root 24 id: root
25 25
26 property string currentAccount: null 26 property string currentAccount: null
27 property var currentFolder: null
28 property bool isTrashFolder: false
29 27
30 Kube.AccountsModel { 28 Kube.AccountsModel {
31 id: accountsModel 29 id: accountsModel
@@ -109,10 +107,6 @@ Rectangle {
109 accountId: model.accountId 107 accountId: model.accountId
110 visible: model.accountId == root.currentAccount 108 visible: model.accountId == root.currentAccount
111 109
112 onCurrentFolderChanged: {
113 root.currentFolder = currentFolder
114 root.isTrashFolder = isTrashFolder
115 }
116 } 110 }
117 } 111 }
118 } 112 }