1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Fix html wallpaper

This commit is contained in:
Elias Steurer 2021-11-12 14:42:19 +01:00
parent 2f94afd8cb
commit 13b548aae7

View File

@ -39,8 +39,6 @@ Item {
id: webView
anchors.fill: parent
url: "qrc:/ScreenPlayWallpaper/index.html"
backgroundColor: "transparent"
onJavaScriptConsoleMessage:(lineNumber, message)=> print(lineNumber, message)
onLoadProgressChanged: {
if ((loadProgress === 100)) {