chore: exclude lock file
This commit is contained in:
parent
f3326bc161
commit
08362eb4d2
@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"core:default",
|
"core:default",
|
||||||
|
"core:window:allow-start-dragging",
|
||||||
"shell:allow-spawn",
|
"shell:allow-spawn",
|
||||||
"shell:allow-open",
|
"shell:allow-open",
|
||||||
"log:default",
|
"log:default",
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "Jan",
|
"title": "Jan",
|
||||||
"width": 1000,
|
"width": 1024,
|
||||||
"height": 700,
|
"height": 768,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"hiddenTitle": true,
|
"hiddenTitle": true,
|
||||||
|
|||||||
@ -70,9 +70,13 @@ const TopPanel = () => {
|
|||||||
reduceTransparent &&
|
reduceTransparent &&
|
||||||
'border-b border-[hsla(var(--app-border))] bg-[hsla(var(--top-panel-bg))]'
|
'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" />}
|
{!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">
|
<div className="unset-drag flex cursor-pointer gap-x-0.5">
|
||||||
{!isMac && (
|
{!isMac && (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user