summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/abaddon.hpp b/abaddon.hpp
index 43df58e..74b198b 100644
--- a/abaddon.hpp
+++ b/abaddon.hpp
@@ -87,6 +87,8 @@ protected:
void on_user_menu_open_dm();
private:
+ SettingsManager m_settings;
+
DiscordClient m_discord;
std::string m_discord_token;
// todo make these map snowflake to attribs
@@ -101,6 +103,5 @@ private:
mutable std::mutex m_mutex;
Glib::RefPtr<Gtk::Application> m_gtk_app;
Glib::RefPtr<Gtk::CssProvider> m_css_provider;
- SettingsManager m_settings;
std::unique_ptr<MainWindow> m_main_window; // wah wah cant create a gtkstylecontext fuck you
};