diff options
Diffstat (limited to 'packages/app/src/components/titlebar.tsx')
| -rw-r--r-- | packages/app/src/components/titlebar.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx index 53fa108af..159216a4f 100644 --- a/packages/app/src/components/titlebar.tsx +++ b/packages/app/src/components/titlebar.tsx @@ -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 = () => { |
