1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: hide traffic-light buttons for tray window

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-10-11 17:34:43 +03:00
parent c458b685a0
commit a3b6efd937

View File

@ -119,6 +119,10 @@ export class WindowManager {
show: false,
transparent: true,
titleBarStyle: "hidden",
trafficLightPosition: {
x: -10000,
y: -10000,
}
});
}
}