GpuScreenRecorder: added video source option
This commit is contained in:
parent
88447fbcef
commit
5c6657e3af
7 changed files with 37 additions and 17 deletions
|
|
@ -188,7 +188,7 @@ ColumnLayout {
|
|||
}
|
||||
}
|
||||
currentKey: Settings.data.wallpaper.swww.resizeMethod
|
||||
onSelected: function (key) {
|
||||
onSelected: key => {
|
||||
Settings.data.wallpaper.swww.resizeMethod = key
|
||||
}
|
||||
}
|
||||
|
|
@ -256,7 +256,7 @@ ColumnLayout {
|
|||
}
|
||||
}
|
||||
currentKey: Settings.data.wallpaper.swww.transitionType
|
||||
onSelected: function (key) {
|
||||
onSelected: key => {
|
||||
Settings.data.wallpaper.swww.transitionType = key
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue