Allow adding webviews from android too
This commit is contained in:
parent
ab65f1a484
commit
4b4d6972f3
@ -92,7 +92,6 @@ MeaDialog {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: qsTr("Web view")
|
text: qsTr("Web view")
|
||||||
iconName: "stock_website"
|
iconName: "stock_website"
|
||||||
visible: Qt.platform.os != "android"
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
internalPageStack.push(addWebViewComponent)
|
internalPageStack.push(addWebViewComponent)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user