Skip to content

Commit

Permalink
Add update channel tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Jan 10, 2022
1 parent 8cc5fc1 commit 13d07b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/components/DeviceActions.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ ColumnLayout {

currentIndex: Backend.firmwareUpdateStatus !== Backend.Unknown ? find(Preferences.updateChannel) : -1
onActivated: Preferences.updateChannel = textAt(index);

ToolTip {
visible: parent.hovered
text: qsTr("Change the firmware update channel")
implicitWidth: 250
}
}

TransparentLabel {
Expand Down

0 comments on commit 13d07b1

Please sign in to comment.