mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 10:32:28 +01:00
Fix incorrect Qt6 refactoring of signal
This commit is contained in:
parent
7f341e642e
commit
b9d309c08f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user