diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp index 6b0d7b02bf..fa97ffd05f 100644 --- a/src/gui/owncloudgui.cpp +++ b/src/gui/owncloudgui.cpp @@ -267,7 +267,7 @@ void ownCloudGui::slotComputeOverallSyncStatus() _tray->setToolTip(trayMessage); } else { // undefined because there are no folders. - QIcon icon = Theme::instance()->syncStateIcon(SyncResult::Problem); + QIcon icon = Theme::instance()->syncStateIcon(SyncResult::Problem, true); _tray->setIcon( icon ); _tray->setToolTip(tr("There are no sync folders configured.")); }