From 2cfda14b1a5b7b2a80d400033e44cc10b85f0fc3 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Wed, 20 Mar 2024 14:55:40 +0100 Subject: [PATCH] fix(BRIDGE-5): add tooltip to tray icon. --- internal/frontend/bridge-gui/bridge-gui/TrayIcon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/frontend/bridge-gui/bridge-gui/TrayIcon.cpp b/internal/frontend/bridge-gui/bridge-gui/TrayIcon.cpp index 33174930..0b34f333 100644 --- a/internal/frontend/bridge-gui/bridge-gui/TrayIcon.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/TrayIcon.cpp @@ -182,6 +182,7 @@ TrayIcon::TrayIcon() , notificationErrorIcon_(loadIconFromSVG(":/qml/icons/ic-alert.svg")) { this->generateDotIcons(); this->setContextMenu(menu_.get()); + this->setToolTip(PROJECT_FULL_NAME); connect(menu_.get(), &QMenu::aboutToShow, this, &TrayIcon::onMenuAboutToShow); connect(this, &TrayIcon::selectUser, &app().backend(), [](QString const& userID, bool forceShowWindow) {