Show running costs in calendar years by default

This commit is contained in:
Jonathan G Rennison 2024-04-29 22:57:02 +01:00
parent c5cd598217
commit 9a07f14f56
1 changed files with 1 additions and 1 deletions

View File

@ -1634,7 +1634,7 @@ post_cb = [](auto) { InvalidateWindowData(WC_BUILD_TOOLBAR, TRANSPORT_RAIL); }
[SDTC_BOOL]
var = gui.show_running_costs_calendar_year
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_PATCH
def = false
def = true
str = STR_CONFIG_SHOW_VEHICLE_RUNNING_COSTS_CALENDAR_YEAR
strhelp = STR_CONFIG_SHOW_VEHICLE_RUNNING_COSTS_CALENDAR_YEAR_HELPTEXT
post_cb = [](auto) { MarkWholeScreenDirty(); }