We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b259bea commit 0b6779fCopy full SHA for 0b6779f
apps/browser/qml/pages/components/PopUpMenuItem.qml
@@ -208,6 +208,22 @@ Item {
208
}
209
210
211
+ OverlayListItem {
212
+ height: Theme.itemSizeSmall
213
+ iconWidth: root.iconWidth
214
+ horizontalOffset: root.horizontalOffset
215
+ //: The label for the button for accessing clear browsing data page
216
+ //% "Clear browsing data"
217
+ text: qsTrId("settings_browser-la-clear-browsing-data")
218
+ iconSource: "image://theme/icon-m-delete"
219
+
220
+ onClicked: {
221
+ overlay.animator.showChrome()
222
+ pageStack.push("../PrivacySettingsPage.qml")
223
+ // pageStack.push("../PrivacySettingsPage.qml", { previousPage: page })
224
+ }
225
226
227
OverlayListItem {
228
height: Theme.itemSizeSmall
229
iconWidth: root.iconWidth
0 commit comments