mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 09:39:30 -07:00
restructure wide/enhanced settings close #205
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user