Skip to content

Commit 0c82ebd

Browse files
committed
Comment unused buttons in the actionbar.
1 parent dc20f62 commit 0c82ebd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/app/qml/FolderPage.qml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Page {
4545
shortcut: StandardKey.Find
4646
onTriggered: searchCard.visible ^= 1
4747
},
48-
Action {
49-
iconName: "action/list"
50-
name: qsTr("List mode")
51-
},
48+
// TODO enable when we have other views - ricardomv
49+
//Action {
50+
// iconName: "action/list"
51+
// name: qsTr("List mode")
52+
//},
5253
Action {
5354
iconName: "content/add"
5455
name: qsTr("New folder")
55-
5656
onTriggered: confirmNewFolder.show()
5757
},
5858
Action {
@@ -72,10 +72,10 @@ Page {
7272
shortcut: "Ctrl+H"
7373
onTriggered: folderModel.model.toggleShowHiddenFiles();
7474
},
75-
Action {
76-
iconName: "action/open_in_new"
77-
name: qsTr("Open in Terminal")
78-
},
75+
//Action {
76+
// iconName: "action/open_in_new"
77+
// name: qsTr("Open in Terminal")
78+
//},
7979
Action {
8080
iconName: "action/settings"
8181
name: qsTr("Settings")

0 commit comments

Comments
 (0)