Skip to content

Commit

Permalink
Fix admin tabs splitting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvv-vvvv committed Jul 26, 2023
1 parent da73fde commit b5791b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
///Whether or not the MC tab of the Stat Panel refreshes fast. This is expensive so make sure you need it.
var/fast_mc_refresh = FALSE
///When enabled, will split the 'Admin' panel into several tabs.
var/split_admin_tabs = FALSE
var/split_admin_tabs = TRUE

/// New TGUI Preference preview
var/map_name = "player_pref_map"
Expand Down

0 comments on commit b5791b3

Please sign in to comment.