chore(app): visual cleanup

This commit is contained in:
adamelmore
2026-01-25 10:48:20 -06:00
parent 4c2d597ae6
commit 471fc06f01
5 changed files with 13 additions and 17 deletions

View File

@@ -19,9 +19,6 @@ export function Titlebar() {
const mac = createMemo(() => platform.platform === "desktop" && platform.os === "macos")
const windows = createMemo(() => platform.platform === "desktop" && platform.os === "windows")
const reserve = createMemo(
() => platform.platform === "desktop" && (platform.os === "windows" || platform.os === "linux"),
)
const web = createMemo(() => platform.platform === "web")
const getWin = () => {