chore: test with 1st quadrant of the window

This commit is contained in:
deepak1556
2025-08-28 10:24:17 +09:00
parent 97a22b762b
commit 00486c8525

View File

@@ -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
};
}