Fix typo in actionName

This commit is contained in:
Tobias Fella
2023-03-19 01:59:55 +01:00
parent ccb1748ab3
commit b45898a5b6

View File

@@ -46,7 +46,7 @@ Kirigami.CategorizedSettings {
visible: Qt.platform.os !== "android" visible: Qt.platform.os !== "android"
}, },
Kirigami.SettingAction { Kirigami.SettingAction {
actionName: "netowrkProxy" actionName: "networkProxy"
text: i18n("Network Proxy") text: i18n("Network Proxy")
icon.name: "network-connect" icon.name: "network-connect"
page: Qt.resolvedUrl("NetworkProxyPage.qml") page: Qt.resolvedUrl("NetworkProxyPage.qml")