summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 42a76758..cbe862fb 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -179,11 +179,15 @@ void MainView::updateTabBar()
if (ReKonfig::alwaysShowTabBar() || tabBar()->count() > 1)
{
if (tabBar()->isHidden())
+ {
tabBar()->show();
+ m_addTabButton->show();
+ }
}
else
{
tabBar()->hide();
+ m_addTabButton->hide();
}
updateTabButtonPosition();