diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-22 15:59:35 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-22 15:59:35 +0200 |
commit | 8b5901000e9073d9ff6a3a86cd7c0e0172de7f5a (patch) | |
tree | 3673b2b9ec7213023a9fdcf72cfb130461cf54e1 /include | |
parent | 92a7a35916b3b3f9abf075ecb0ef4e16da4b3acb (diff) |
show num invites in tab (propagate page title update to tabs)
Diffstat (limited to 'include')
-rw-r--r-- | include/Tabs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Tabs.hpp b/include/Tabs.hpp index d899a61..ec5ab96 100644 --- a/include/Tabs.hpp +++ b/include/Tabs.hpp @@ -35,6 +35,7 @@ namespace QuickMedia { float tab_index_to_x_offset(int index); private: std::vector<sf::Text> tab_texts; + std::vector<std::string> tab_labels_utf8; RoundedRectangle background; sf::RectangleShape shade; int selected_tab = 0; |