mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
ops
This commit is contained in:
@@ -34,8 +34,8 @@ export class WindowManager {
|
||||
minWidth: 1024,
|
||||
minHeight: 540,
|
||||
titleBarStyle: "hidden",
|
||||
...(process.platform === "linux" ? {icon} : {}),
|
||||
trafficLightPosition: {x: 16, y: 16},
|
||||
...(process.platform === "linux" ? { icon } : {}),
|
||||
trafficLightPosition: { x: 16, y: 16 },
|
||||
titleBarOverlay: {
|
||||
symbolColor: "#DADBE1",
|
||||
color: "#151515",
|
||||
|
||||
@@ -68,7 +68,7 @@ export function Settings() {
|
||||
/>
|
||||
|
||||
<Button
|
||||
style={{alignSelf: "flex-end"}}
|
||||
style={{ alignSelf: "flex-end" }}
|
||||
theme="outline"
|
||||
onClick={handleChooseDownloadsPath}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user