mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: test with 1st quadrant of the window
This commit is contained in:
@@ -79,8 +79,8 @@ function areColorsSimilar (
|
||||
|
||||
function displayCenter (display: Electron.Display): Electron.Point {
|
||||
return {
|
||||
x: display.size.width / 2,
|
||||
y: display.size.height / 2
|
||||
x: display.size.width / 4,
|
||||
y: display.size.height / 4
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user