Fix "Configure Web Shortcuts" not doing anything, again

This commit is contained in:
Joshua Goins
2025-01-18 11:26:31 -05:00
parent 5efaa72cea
commit 21daf0b664

View File

@@ -127,6 +127,6 @@ DelegateContextMenu {
text: i18n("Configure Web Shortcuts…")
icon.name: "configure"
visible: !Controller.isFlatpak && webshortcutModel.enabled
onTriggered: webshortcutmodel.configureWebShortcuts()
onTriggered: webshortcutModel.configureWebShortcuts()
}
}