android: Disable RAM Overlay By Default

- TODO
This commit is contained in:
Zephyron 2025-02-09 18:51:20 +10:00 committed by Mike Lothian
parent fb8c9af17f
commit 2f12e15322

View File

@ -70,7 +70,7 @@ struct Values {
Settings::Category::Overlay}; Settings::Category::Overlay};
Settings::Setting<bool> show_thermal_overlay{linkage, true, "show_thermal_overlay", Settings::Setting<bool> show_thermal_overlay{linkage, true, "show_thermal_overlay",
Settings::Category::Overlay}; Settings::Category::Overlay};
Settings::Setting<bool> show_ram_overlay{linkage, true, "show_ram_overlay", Settings::Setting<bool> show_ram_overlay{linkage, false, "show_ram_overlay",
Settings::Category::Overlay}; Settings::Category::Overlay};
Settings::Setting<bool> show_input_overlay{linkage, true, "show_input_overlay", Settings::Setting<bool> show_input_overlay{linkage, true, "show_input_overlay",
Settings::Category::Overlay}; Settings::Category::Overlay};