mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:23:43 +08:00
chore: update
This commit is contained in:
parent
6e1cc80b91
commit
e1de481349
@ -137,6 +137,7 @@ pub fn create_window() {
|
||||
"main".to_string(),
|
||||
tauri::WebviewUrl::App("index.html".into()),
|
||||
)
|
||||
.title("Clash Verge")
|
||||
.visible(false)
|
||||
.inner_size(890.0, 700.0)
|
||||
.min_inner_size(620.0, 550.0)
|
||||
@ -167,7 +168,9 @@ pub fn create_window() {
|
||||
"main".to_string(),
|
||||
tauri::WebviewUrl::App("index.html".into()),
|
||||
)
|
||||
.title("Clash Verge")
|
||||
.decorations(false)
|
||||
.min_inner_size(600.0, 520.0)
|
||||
.transparent(true)
|
||||
.build()
|
||||
.unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user