Fix typo in actionName
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user