mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
Fix wrong c++ function name in qml
This commit is contained in:
parent
43666b0860
commit
6581736f96
@ -118,7 +118,7 @@ ApplicationWindow {
|
||||
}
|
||||
function onRequestToggleWallpaperConfiguration() {
|
||||
monitors.state = monitors.state == "active" ? "inactive" : "active"
|
||||
ScreenPlay.screenPlayManager.requestProjectSettingsListModelAt(0)
|
||||
ScreenPlay.screenPlayManager.requestProjectSettingsAtMonitorIndex(0)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user