graphics() fixed screen resolution issue (windows)
This commit is contained in:
+1
-1
@@ -1005,7 +1005,7 @@ function graphics(callback) {
|
||||
|
||||
let linesConnection = tsections[i].split('\n');
|
||||
const bitsPerPixel = util.getValue(linesScreen, 'BitsPerPixel');
|
||||
const bounds = util.getValue(linesScreen, 'Bounds').replace('{', '').replace('}', '').split(',');
|
||||
const bounds = util.getValue(linesScreen, 'Bounds').replace('{', '').replace('}', '').replace(/=/g, ':').split(',');
|
||||
const primary = util.getValue(linesScreen, 'Primary');
|
||||
const sizeX = util.getValue(linesMonitor, 'MaxHorizontalImageSize');
|
||||
const sizeY = util.getValue(linesMonitor, 'MaxVerticalImageSize');
|
||||
|
||||
Reference in New Issue
Block a user