diff options
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 41707865..b505f78b 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -103,6 +103,7 @@ private: * the index of the tab preview shown */ int m_currentTabPreviewIndex; + bool m_isFirstTimeOnTab; }; #endif |