mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Display a proper tray icon at app startup
This commit is contained in:
parent
1a2152859d
commit
7fc409152f
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ void Application::setupActions()
|
|||
void Application::setupSystemTray()
|
||||
{
|
||||
_tray = new QSystemTrayIcon();
|
||||
_tray->setIcon( _theme->folderIcon("none") ); // load the grey icon
|
||||
_tray->setIcon( _theme->applicationIcon() ); // load the grey icon
|
||||
|
||||
connect(_tray,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
|
||||
SLOT(slotTrayClicked(QSystemTrayIcon::ActivationReason)));
|
||||
|
|
Loading…
Reference in a new issue