Skip to content

Commit

Permalink
Fix selected source resetting in QML sources window
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Oct 19, 2020
1 parent 95dbe03 commit bb62426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui-qml/src/components/SourcesScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ColumnLayout {
checked: modelData == currentSource
text: modelData
ButtonGroup.group: buttonGroup

onCheckedChanged: if (checked) currentSource = modelData
}
}

Expand Down

0 comments on commit bb62426

Please sign in to comment.