I think it was a mistake that caused this.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2022-03-02 18:22:13 +01:00 коммит произвёл Camila (Rebase PR Action)
Родитель a6f2112732
Коммит 2c20f81a53
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);