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:
@@ -29,7 +29,7 @@ const scaling = () => {
|
||||
y: 117,
|
||||
};
|
||||
|
||||
if (settings.wide?.value && settings.enhancedScreens?.value) {
|
||||
if (settings.wide?.value && settings.enhanced?.value) {
|
||||
mapOffsetXY.x = 320;
|
||||
available.x = 854;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user