From 1f445742b4fbc185fe0e24d9ed2478e4f7495f53 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 4 Nov 2021 01:39:56 -0400 Subject: preserve channel list expansion and active channel (#36) also check getenv in platform --- settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.hpp') diff --git a/settings.hpp b/settings.hpp index 2a9fb9c..3fff593 100644 --- a/settings.hpp +++ b/settings.hpp @@ -23,6 +23,7 @@ public: std::string GetGatewayURL() const; std::string GetAPIBaseURL() const; bool GetAnimatedGuildHoverOnly() const; + bool GetSaveState() const; // i would like to use Gtk::StyleProperty for this, but it will not work on windows // #1 it's missing from the project files for the version used by vcpkg -- cgit v1.2.3