From b5a472ced169522dddf2544eefef9fafdf896cd0 Mon Sep 17 00:00:00 2001 From: Collecting Date: Mon, 5 Jan 2026 10:36:08 +0000 Subject: [PATCH] fix(gamescope): Add Boolean for Gamescope Signed-off-by: Collecting --- src/citron/uisettings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/citron/uisettings.h b/src/citron/uisettings.h index 6aece0855..7dcd66ab8 100644 --- a/src/citron/uisettings.h +++ b/src/citron/uisettings.h @@ -37,6 +37,7 @@ namespace Settings { namespace UISettings { bool IsDarkTheme(); + bool IsGamescope(); struct ContextualShortcut { std::string keyseq;