mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +00:00
fix: Show WindowsTitleBar in Linux too
This commit is contained in:
parent
beb3105e9b
commit
33c16db8db
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="app" class="h-screen flex flex-col font-sans overflow-hidden">
|
||||
<WindowsTitleBar
|
||||
v-if="platform === 'Windows'"
|
||||
v-if="['Windows', 'Linux'].includes(platform)"
|
||||
@close="reloadMainWindowOnSettingsClose"
|
||||
/>
|
||||
<Desk class="flex-1" v-if="showDesk" />
|
||||
|
Loading…
Reference in New Issue
Block a user