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