Rounded window without window decorations

This commit is contained in:
chrox 2024-10-27 18:22:07 +01:00
parent 6466a6a038
commit 7e5eac01f2
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
9 changed files with 42 additions and 13 deletions

View file

@ -10,7 +10,7 @@
"beforeBuildCommand": "pnpm build"
},
"app": {
"withGlobalTauri": true,
"macOSPrivateApi": true,
"windows": [
{
"title": "Readest",
@ -19,7 +19,9 @@
"resizable": true,
"fullscreen": false,
"maximized": true,
"decorations": false
"decorations": false,
"transparent": true,
"shadow": false
}
],
"security": {