mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Protocol: Show by default instead of server activity #4395
This commit is contained in:
parent
6b8636f79b
commit
62d4ed8087
@ -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 New Issue
Block a user