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:
parent
5a3f2a1063
commit
5468e3989c
1 changed files with 2 additions and 0 deletions
|
@ -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 };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue