We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa59005 commit c1b5970Copy full SHA for c1b5970
2 files changed
ui/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "T-Shell",
3
- "version": "0.5.6",
+ "version": "0.5.7",
4
"author": {
5
"name": "TheBlind",
6
"email": "1043193478@qq.com",
ui/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "T-Shell",
11
- "version": "0.5.6"
+ "version": "0.5.7"
12
13
"tauri": {
14
"allowlist": {
@@ -27,7 +27,7 @@
27
"readText": true
28
29
"window": {
30
- "startDragging": true
+ "all": true
31
}
32
33
"bundle": {
@@ -85,7 +85,8 @@
85
"width": 1200,
86
"minWidth": 1000,
87
"minHeight": 700,
88
- "decorations": false
+ "decorations": false,
89
+ "transparent": true
90
91
]
92
0 commit comments