GpuScreenRecorder: added video source option

This commit is contained in:
LemmyCook 2025-08-21 12:20:21 -04:00
parent 88447fbcef
commit 5c6657e3af
7 changed files with 37 additions and 17 deletions

View file

@ -304,7 +304,7 @@ ColumnLayout {
}
}
currentKey: Settings.data.audio.visualizerType
onSelected: function (key) {
onSelected: key => {
Settings.data.audio.visualizerType = key
}
}