Skip to content

Commit

Permalink
Fix missing tooltip in Qt Quick GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 19, 2025
1 parent 36854da commit 264c308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tray/gui/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ApplicationWindow {
CustomToolButton {
visible: pageStack.currentExtraActions.length > 0
icon.source: App.faUrlBase + "ellipsis-v"
text: qsTr("More")
onClicked: extraActionsMenu.popup()
Menu {
id: extraActionsMenu
Expand Down

0 comments on commit 264c308

Please sign in to comment.