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:
parent
c458b685a0
commit
a3b6efd937
@ -119,6 +119,10 @@ export class WindowManager {
|
||||
show: false,
|
||||
transparent: true,
|
||||
titleBarStyle: "hidden",
|
||||
trafficLightPosition: {
|
||||
x: -10000,
|
||||
y: -10000,
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user