aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lobby.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp
index 29101c6..8ea49fe 100644
--- a/src/lobby.cpp
+++ b/src/lobby.cpp
@@ -196,6 +196,8 @@ void Lobby::loadUI()
l_tabbar->tabBar()->setExpanding(true);
}
}
+ // Open favorites tab by default.
+ ui_connections_tabview->setCurrentIndex(FAVORITES);
}
void Lobby::reloadUi()