Allow adding webviews from android too

This commit is contained in:
Michael Zanetti 2021-06-07 13:12:31 +02:00
parent ab65f1a484
commit 4b4d6972f3

View File

@ -92,7 +92,6 @@ MeaDialog {
Layout.fillWidth: true
text: qsTr("Web view")
iconName: "stock_website"
visible: Qt.platform.os != "android"
onClicked: {
internalPageStack.push(addWebViewComponent)
}