update trending screen and add tauri shell plugin

This commit is contained in:
Ren Amamiya
2023-08-03 16:12:27 +07:00
parent 3432005ade
commit 2e47415160
12 changed files with 177 additions and 34 deletions

View File

@@ -95,16 +95,16 @@
"windows": [
{
"fullscreen": false,
"height": 800,
"hiddenTitle": true,
"minHeight": 720,
"minWidth": 1080,
"minHeight": 400,
"minWidth": 500,
"resizable": true,
"theme": "Dark",
"title": "Lume",
"titleBarStyle": "Overlay",
"transparent": true,
"width": 1080,
"width": 400,
"height": 500,
"center": true
}
],