From e68a086bca8cf462c1d4d2528ac405f09a659670 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:24:12 -0400 Subject: add gui.font_scale setting --- src/settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.hpp') diff --git a/src/settings.hpp b/src/settings.hpp index 0d2e68b..7c6368f 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -30,6 +30,7 @@ public: bool Unreads { true }; bool AltMenu { false }; bool HideToTray { false }; + double FontScale { -1.0 }; // [http] int CacheHTTPConcurrency { 20 }; -- cgit v1.2.3