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:
parent
ec234ad5ce
commit
036224650c
3 changed files with 1560 additions and 980 deletions
|
@ -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 };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue