mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Only enable capture mode list if capture toggle is enabled
This commit is contained in:
@@ -964,7 +964,7 @@ Flickable {
|
||||
activated(currentIndex)
|
||||
}
|
||||
|
||||
enabled: captureSysKeysCheck.checked
|
||||
enabled: captureSysKeysCheck.checked && captureSysKeysCheck.enabled
|
||||
textRole: "text"
|
||||
model: ListModel {
|
||||
id: captureSysKeysModeListModel
|
||||
|
||||
Reference in New Issue
Block a user