From e8f16292d1774ea137145485a63c373df6cb0743 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:23:50 -0400 Subject: add back/forward history to tabs also lots of reformatting in .cmake because clion is weird and did that for some reason --- src/components/chatwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/chatwindow.hpp') diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp index 74c053f..1c0b7cc 100644 --- a/src/components/chatwindow.hpp +++ b/src/components/chatwindow.hpp @@ -39,6 +39,8 @@ public: void OpenNewTab(Snowflake id); TabsState GetTabsState(); void UseTabsState(const TabsState &state); + void GoBack(); + void GoForward(); #endif protected: -- cgit v1.2.3