From a4d0cd9612dfa8b60fed63f1088b59b1762d217a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 20 Jul 2021 17:55:03 -0400 Subject: color nsfw channels --- settings.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'settings.hpp') diff --git a/settings.hpp b/settings.hpp index 7559dc0..d328805 100644 --- a/settings.hpp +++ b/settings.hpp @@ -29,9 +29,11 @@ public: // #3 it's a massive pain in the ass to try and bump the version to a functioning version // because they switch build systems to nmake/meson (took months to get merged in vcpkg) // #4 c++ build systems sucks - // perhaps i'll bump to gtk4 when it's more stable + // three options are: use gtk4 with updated vcpkg, try and port it myself, or use msys2 instead of vcpkg + // im leaning towards msys std::string GetLinkColor() const; std::string GetChannelsExpanderColor() const; + std::string GetNSFWChannelColor() const; bool IsValid() const; -- cgit v1.2.3