mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-03-03 14:17:15 +00:00
Only enable capture mode list if capture toggle is enabled
This commit is contained in:
parent
955da6be30
commit
d7a150ffa8
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ Flickable {
|
|||
activated(currentIndex)
|
||||
}
|
||||
|
||||
enabled: captureSysKeysCheck.checked
|
||||
enabled: captureSysKeysCheck.checked && captureSysKeysCheck.enabled
|
||||
textRole: "text"
|
||||
model: ListModel {
|
||||
id: captureSysKeysModeListModel
|
||||
|
|
Loading…
Add table
Reference in a new issue