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:
parent
2c14745af6
commit
edac66ed4b
@ -68,7 +68,6 @@ Rectangle {
|
||||
Loader {
|
||||
id: loader
|
||||
anchors.fill: parent
|
||||
enabled: false
|
||||
property string webViewUrl
|
||||
onStatusChanged: {
|
||||
if (loader.status === Loader.Ready) {
|
||||
|
Loading…
Reference in New Issue
Block a user