зеркало из https://github.com/nextcloud/desktop.git
Add 'Help' action back.
I think it was a mistake that caused this. Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Родитель
a6f2112732
Коммит
2c20f81a53
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче