mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
AccountSettings: don't disable pause when offline (#4010)
This commit is contained in:
parent
dccf4e9c34
commit
3c93fd4fb7
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
|
|||
connect(ac, SIGNAL(triggered(bool)), this, SLOT(doExpand()));
|
||||
|
||||
ac = menu->addAction(folderPaused ? tr("Resume sync") : tr("Pause sync"));
|
||||
ac->setEnabled(folderConnected);
|
||||
connect(ac, SIGNAL(triggered(bool)), this, SLOT(slotEnableCurrentFolder()));
|
||||
|
||||
ac = menu->addAction(tr("Remove sync"));
|
||||
|
|
Loading…
Reference in a new issue