Selaa lähdekoodia

Add 'Help' action back.

I think it was a mistake that caused this.

Signed-off-by: Camila <hello@camila.codes>
Camila 4 vuotta sitten
vanhempi
commit
2c20f81a53
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/gui/systray.cpp

+ 1 - 0
src/gui/systray.cpp

@@ -108,6 +108,7 @@ Systray::Systray()
     auto pauseAction = contextMenu->addAction(tr("Pause sync"), this, &Systray::slotPauseAllFolders);
     auto resumeAction = contextMenu->addAction(tr("Resume sync"), this, &Systray::slotUnpauseAllFolders);
     contextMenu->addAction(tr("Settings"), this, &Systray::openSettings);
+    contextMenu->addAction(tr("Help"), this, &Systray::openHelp);
     contextMenu->addAction(tr("Exit %1").arg(Theme::instance()->appNameGUI()), this, &Systray::shutdown);
     setContextMenu(contextMenu);