Don't show "Configure Web Shortcuts" in flatpak

Doesn't work as it requires kcmshell5
This commit is contained in:
Tobias Fella
2022-11-27 23:11:45 +01:00
committed by Carl Schwan
parent 6acb847843
commit 8dbfc093fa

View File

@@ -150,6 +150,7 @@ Loader {
QQC2.MenuItem {
text: i18n("Configure Web Shortcuts...")
icon.name: "configure"
visible: !Controller.isFlatpak
onTriggered: webshortcutmodel.configureWebShortcuts()
}
}