diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-26 07:14:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 07:14:43 +0000 |
commit | ffc29b82142d992bb3c1fa012a3e93d57ff2a219 (patch) | |
tree | 6e3329b7761243672f694fc680ee3b25f0cddbe4 /src/abaddon.hpp | |
parent | 705938a0a8a02ece99bc6040c615ccf8ea5afa71 (diff) | |
parent | 6c89abb3c35c9a45c33d13bb0e3f5d4677cdb676 (diff) | |
download | abaddon-portaudio-ffc29b82142d992bb3c1fa012a3e93d57ff2a219.tar.gz abaddon-portaudio-ffc29b82142d992bb3c1fa012a3e93d57ff2a219.zip |
Merge pull request #252 from uowuo/theming
Use GTK themes
Diffstat (limited to 'src/abaddon.hpp')
-rw-r--r-- | src/abaddon.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/abaddon.hpp b/src/abaddon.hpp index 85b2fa0..6093523 100644 --- a/src/abaddon.hpp +++ b/src/abaddon.hpp @@ -182,7 +182,6 @@ private: mutable std::mutex m_mutex; Glib::RefPtr<Gtk::Application> m_gtk_app; Glib::RefPtr<Gtk::CssProvider> m_css_provider; - Glib::RefPtr<Gtk::CssProvider> m_css_low_provider; // registered with a lower priority to allow better customization Glib::RefPtr<Gtk::StatusIcon> m_tray; std::unique_ptr<MainWindow> m_main_window; // wah wah cant create a gtkstylecontext fuck you |