chore: exclude lock file
This commit is contained in:
parent
cfc49c10ca
commit
9463ab4491
@ -8,6 +8,7 @@
|
||||
},
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"core:window:allow-start-dragging",
|
||||
"shell:allow-spawn",
|
||||
"shell:allow-open",
|
||||
"log:default",
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "Jan",
|
||||
"width": 1000,
|
||||
"height": 700,
|
||||
"width": 1024,
|
||||
"height": 768,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"hiddenTitle": true,
|
||||
|
||||
@ -70,9 +70,13 @@ const TopPanel = () => {
|
||||
reduceTransparent &&
|
||||
'border-b border-[hsla(var(--app-border))] bg-[hsla(var(--top-panel-bg))]'
|
||||
)}
|
||||
data-tauri-drag-region
|
||||
>
|
||||
{!isMac && <LogoMark width={24} height={24} className="-ml-1 mr-2" />}
|
||||
<div className="flex w-full items-center justify-between text-[hsla(var(--text-secondary))]">
|
||||
<div
|
||||
className="flex w-full items-center justify-between text-[hsla(var(--text-secondary))]"
|
||||
data-tauri-drag-region
|
||||
>
|
||||
<div className="unset-drag flex cursor-pointer gap-x-0.5">
|
||||
{!isMac && (
|
||||
<Button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user