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

trafficLight buttons fix

This commit is contained in:
Andrew Simachev 2021-05-25 15:25:33 +03:00
parent 5a3f2a1063
commit 5468e3989c

View file

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