chore: exclude lock file

This commit is contained in:
Faisal Amir 2025-04-08 15:02:56 +07:00 committed by Louis
parent cfc49c10ca
commit 9463ab4491
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
3 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,7 @@
},
"permissions": [
"core:default",
"core:window:allow-start-dragging",
"shell:allow-spawn",
"shell:allow-open",
"log:default",

View File

@ -14,8 +14,8 @@
"windows": [
{
"title": "Jan",
"width": 1000,
"height": 700,
"width": 1024,
"height": 768,
"resizable": true,
"fullscreen": false,
"hiddenTitle": true,

View File

@ -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