[MISSED MIRROR] Macro Defines the On-Station Year (#17236)

Missed mirror 70827
This commit is contained in:
Tastyfish
2022-10-29 23:46:09 -04:00
committed by GitHub
parent ff694088a7
commit 4f5a8906c6
10 changed files with 16 additions and 11 deletions
@@ -592,7 +592,7 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar
data["PC_programheaders"] = program_headers
data["PC_stationtime"] = station_time_timestamp()
data["PC_stationdate"] = "[time2text(world.realtime, "DDD, Month DD")], [GLOB.year_integer+540]"
data["PC_stationdate"] = "[time2text(world.realtime, "DDD, Month DD")], [CURRENT_STATION_YEAR]"
data["PC_showexitprogram"] = !!active_program // Hides "Exit Program" button on mainscreen
return data