mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
ops
This commit is contained in:
parent
8aed8f15d7
commit
94b7c8aefe
2 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ export class WindowManager {
|
||||||
minWidth: 1024,
|
minWidth: 1024,
|
||||||
minHeight: 540,
|
minHeight: 540,
|
||||||
titleBarStyle: "hidden",
|
titleBarStyle: "hidden",
|
||||||
...(process.platform === "linux" ? {icon} : {}),
|
...(process.platform === "linux" ? { icon } : {}),
|
||||||
trafficLightPosition: {x: 16, y: 16},
|
trafficLightPosition: { x: 16, y: 16 },
|
||||||
titleBarOverlay: {
|
titleBarOverlay: {
|
||||||
symbolColor: "#DADBE1",
|
symbolColor: "#DADBE1",
|
||||||
color: "#151515",
|
color: "#151515",
|
||||||
|
|
|
@ -68,7 +68,7 @@ export function Settings() {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
style={{alignSelf: "flex-end"}}
|
style={{ alignSelf: "flex-end" }}
|
||||||
theme="outline"
|
theme="outline"
|
||||||
onClick={handleChooseDownloadsPath}
|
onClick={handleChooseDownloadsPath}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue