mirror of
https://github.com/readest/readest.git
synced 2026-04-30 12:31:02 +00:00
Rounded window without window decorations
This commit is contained in:
parent
6466a6a038
commit
7e5eac01f2
9 changed files with 42 additions and 13 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue