Skip to content

Commit 68dc644

Browse files
Remove the settings
1 parent 659dcef commit 68dc644

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: qml/Pages/VaultList.qml

+15-15
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Page {
5757
onTriggered: gocryptfs.model.refresh()
5858
},
5959

60-
Action {
61-
text: i18n.tr("Preferences")
62-
iconName: "settings"
63-
onTriggered: print("PLACEHOLDER: App settings")
64-
},
60+
// Action {
61+
// text: i18n.tr("Preferences")
62+
// iconName: "settings"
63+
// onTriggered: print("PLACEHOLDER: App settings")
64+
// },
6565

6666
Action {
6767
text: i18n.tr("About")
@@ -130,16 +130,16 @@ Page {
130130
}
131131

132132
// FIXME: This uses an extra trailing slot, but I don't think it causes any issues.
133-
Icon {
134-
name: "settings"
135-
width: units.gu(2.5); height: width
136-
visible: !is_mounted
137-
SlotsLayout.position: SlotsLayout.Trailing
138-
139-
TapHandler {
140-
onTapped: print("Vault settings")
141-
}
142-
}
133+
// Icon {
134+
// name: "settings"
135+
// width: units.gu(2.5); height: width
136+
// visible: !is_mounted
137+
// SlotsLayout.position: SlotsLayout.Trailing
138+
139+
// TapHandler {
140+
// onTapped: print("Vault settings")
141+
// }
142+
// }
143143
}
144144
}
145145
focus: true

0 commit comments

Comments
 (0)