1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

#nzfnp1: electron update

This commit is contained in:
Andrew Simachev 2021-08-17 10:53:02 +03:00
parent ec234ad5ce
commit 036224650c
3 changed files with 1560 additions and 980 deletions

View file

@ -208,9 +208,9 @@ function createWindow () {
const a = systemVersion.split('.');
if (a.length && (a[0] == 11)) {
param.trafficLightPosition = { x: 20, y: 36 };
param.trafficLightPosition = { x: 20, y: 26 };
} else {
param.trafficLightPosition = { x: 20, y: 21 };
param.trafficLightPosition = { x: 20, y: 10 };
};
};