From b9d309c08f81277296664c7b50555d414ee77a61 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sat, 18 Dec 2021 12:04:39 +0100 Subject: [PATCH] Fix incorrect Qt6 refactoring of signal --- ScreenPlay/qml/Monitors/Monitors.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScreenPlay/qml/Monitors/Monitors.qml b/ScreenPlay/qml/Monitors/Monitors.qml index 1326bc58..e6d6b31c 100644 --- a/ScreenPlay/qml/Monitors/Monitors.qml +++ b/ScreenPlay/qml/Monitors/Monitors.qml @@ -83,7 +83,7 @@ Popup { monitorWithoutContentSelectable: false availableWidth: width - 20 availableHeight: 150 - function onRequestProjectSettings() { + onRequestProjectSettings: ( index, installedType, appID) => { if (installedType === InstalledType.VideoWallpaper) { videoControlWrapper.state = "visible"; customPropertiesGridView.visible = false;