aboutsummaryrefslogtreecommitdiff
path: root/include/Tabs.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-22 15:59:35 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-22 15:59:35 +0200
commit8b5901000e9073d9ff6a3a86cd7c0e0172de7f5a (patch)
tree3673b2b9ec7213023a9fdcf72cfb130461cf54e1 /include/Tabs.hpp
parent92a7a35916b3b3f9abf075ecb0ef4e16da4b3acb (diff)
show num invites in tab (propagate page title update to tabs)
Diffstat (limited to 'include/Tabs.hpp')
-rw-r--r--include/Tabs.hpp1
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;