Don't show "Configure Web Shortcuts" in flatpak
Doesn't work as it requires kcmshell5
This commit is contained in:
committed by
Carl Schwan
parent
6acb847843
commit
8dbfc093fa
@@ -150,6 +150,7 @@ Loader {
|
|||||||
QQC2.MenuItem {
|
QQC2.MenuItem {
|
||||||
text: i18n("Configure Web Shortcuts...")
|
text: i18n("Configure Web Shortcuts...")
|
||||||
icon.name: "configure"
|
icon.name: "configure"
|
||||||
|
visible: !Controller.isFlatpak
|
||||||
onTriggered: webshortcutmodel.configureWebShortcuts()
|
onTriggered: webshortcutmodel.configureWebShortcuts()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user