mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Protocol: Show by default instead of server activity #4395
This commit is contained in:
parent
6b8636f79b
commit
62d4ed8087
1 changed files with 3 additions and 0 deletions
|
@ -441,6 +441,9 @@ ActivitySettings::ActivitySettings(QWidget *parent)
|
|||
|
||||
// connect a model signal to stop the animation.
|
||||
connect(_activityWidget, SIGNAL(rowsInserted()), _progressIndicator, SLOT(stopAnimation()));
|
||||
|
||||
// We want the protocol be the default
|
||||
_tab->setCurrentIndex(1);
|
||||
}
|
||||
|
||||
void ActivitySettings::setActivityTabHidden(bool hidden)
|
||||
|
|
Loading…
Reference in a new issue