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

Fix incorrect Qt6 refactoring of signal

This commit is contained in:
Elias Steurer 2021-12-18 12:04:39 +01:00
parent 7f341e642e
commit b9d309c08f

View File

@ -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;