mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 07:08:07 +00:00
unstable
This commit is contained in:
parent
5d3cefccc3
commit
a314d1fded
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ void App::setTrayIcon () {
|
|||
// trayIcon: Left click actions.
|
||||
root->connect(
|
||||
m_system_tray_icon, &QSystemTrayIcon::activated, [root](
|
||||
QSystemTrayIcon::ActivationReason reason) {
|
||||
QSystemTrayIcon::ActivationReason reason
|
||||
) {
|
||||
if (reason == QSystemTrayIcon::Trigger) {
|
||||
if (root->visibility() == QWindow::Hidden)
|
||||
root->showNormal();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue