restructure wide/enhanced settings close #205

This commit is contained in:
Matt Walsh
2026-04-13 14:36:15 -05:00
parent 42f1f66117
commit 63e089451d
6 changed files with 84 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ const scaling = () => {
xTicks: 4,
};
if (settings.wide?.value && settings.enhancedScreens?.value) {
if (settings.wide?.value && settings.enhanced?.value) {
available.width = available.width + 107 + 107;
available.height = 285;
dataLength.hours = 48;