diff --git a/src/lib/webview/tabbar.cpp b/src/lib/webview/tabbar.cpp index 476c64d54..b09c0fa86 100644 --- a/src/lib/webview/tabbar.cpp +++ b/src/lib/webview/tabbar.cpp @@ -277,7 +277,7 @@ QSize TabBar::tabSizeHint(int index, bool fast) const tabBar->showCloseButton(currentIndex()); } if (m_showCloseOnInactive == 1) { - // Hiding close buttons to save some space + // Always showing close buttons tabBar->setTabsClosable(true); tabBar->showCloseButton(currentIndex()); } diff --git a/src/lib/webview/tabbar.h b/src/lib/webview/tabbar.h index 341af0cf0..a359e4a25 100644 --- a/src/lib/webview/tabbar.h +++ b/src/lib/webview/tabbar.h @@ -112,7 +112,7 @@ private: bool m_showTabPreviews; bool m_hideTabBarWithOneTab; - + int m_showCloseOnInactive; int m_clickedTab;