create: Flag for UI Layer

This commit is contained in:
collecting
2025-09-29 04:06:31 +00:00
parent d627962408
commit 73b2ac113e

View File

@@ -521,6 +521,7 @@ struct Values {
true}; true};
// Linux // Linux
Setting<bool, false> is_wayland_platform{linkage, false, "is_wayland_platform", Category::Linux, Specialization::Default, false};
SwitchableSetting<bool> enable_gamemode{linkage, true, "enable_gamemode", Category::Linux}; SwitchableSetting<bool> enable_gamemode{linkage, true, "enable_gamemode", Category::Linux};
// Controls // Controls