Skip to content

Commit

Permalink
Changed up UI presets a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Jul 16, 2023
1 parent e68b783 commit 14ec96f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/main/gui/GUIManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ using namespace RoR;
UiPresetEntry RoR::UiPresets[] =
{
// Cvar name | NOVICE, REGULAR, EXPERT, MINIMALLIST
{ "gfx_declutter_map", {"false", "true", "false", "true"} },
{ "ui_show_live_repair_controls", {"true", "false", "false", "false"} },
{ "sim_quickload_dialog", {"true", "false", "false", "false"} },
{ "gfx_surveymap_icons", {"true", "true", "true", "false"} },
{ "gfx_declutter_map", {"false", "true", "false", "true"} },
{ "ui_show_live_repair_controls", {"true", "false", "false", "false"} },

// List closure
{ nullptr, {} }
Expand Down

0 comments on commit 14ec96f

Please sign in to comment.