1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix wallpaper not using mouse inputs when enabled

This commit is contained in:
Elias Steurer 2020-03-05 16:02:00 +01:00
parent 2c14745af6
commit edac66ed4b

View File

@ -68,7 +68,6 @@ Rectangle {
Loader {
id: loader
anchors.fill: parent
enabled: false
property string webViewUrl
onStatusChanged: {
if (loader.status === Loader.Ready) {