mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feat/use-native-notification-for-achievements
This commit is contained in:
commit
8f1e71010b
32 changed files with 374 additions and 4749 deletions
|
|
@ -47,7 +47,7 @@ export class WindowManager {
|
|||
minWidth: 1024,
|
||||
minHeight: 540,
|
||||
backgroundColor: "#1c1c1c",
|
||||
titleBarStyle: process.platform === "win32" ? "hidden" : "default",
|
||||
titleBarStyle: process.platform === "linux" ? "default" : "hidden",
|
||||
...(process.platform === "linux" ? { icon } : {}),
|
||||
trafficLightPosition: { x: 16, y: 16 },
|
||||
titleBarOverlay: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue