This commit is contained in:
2021-03-19 23:17:31 +00:00
parent f320bb6c7a
commit 2175e57c53
7 changed files with 35 additions and 33 deletions

View File

@@ -744,7 +744,8 @@ async function getUserOptions() {
l.timeZoneOverride = res.data.timeZoneOverride;
//No browser setting for this so meh
l.currencyName = res.data.currencyName || "USD";
l.currencyName = res.data.currencyName;
if (res.data.hour12 != null) {
l.hour12 = res.data.hour12;
}