fix(gamescope): Add Boolean for Gamescope

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-05 10:36:08 +00:00
parent 1d80ba5da1
commit b5a472ced1

View File

@@ -37,6 +37,7 @@ namespace Settings {
namespace UISettings {
bool IsDarkTheme();
bool IsGamescope();
struct ContextualShortcut {
std::string keyseq;