File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ Page {
57
57
onTriggered: gocryptfs .model .refresh ()
58
58
},
59
59
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
+ // },
65
65
66
66
Action {
67
67
text: i18n .tr (" About" )
@@ -130,16 +130,16 @@ Page {
130
130
}
131
131
132
132
// 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
+ // }
143
143
}
144
144
}
145
145
focus: true
You can’t perform that action at this time.
0 commit comments