mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding wine prefix to preview
This commit is contained in:
parent
7d3d5d42d1
commit
21b6783624
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export class WindowManager {
|
||||||
minWidth: 1024,
|
minWidth: 1024,
|
||||||
minHeight: 540,
|
minHeight: 540,
|
||||||
backgroundColor: "#1c1c1c",
|
backgroundColor: "#1c1c1c",
|
||||||
titleBarStyle: "hidden",
|
titleBarStyle: process.platform === "win32" ? "hidden" : "default",
|
||||||
...(process.platform === "linux" ? { icon } : {}),
|
...(process.platform === "linux" ? { icon } : {}),
|
||||||
trafficLightPosition: { x: 16, y: 16 },
|
trafficLightPosition: { x: 16, y: 16 },
|
||||||
titleBarOverlay: {
|
titleBarOverlay: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue