mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 03:03:46 +08:00
chore: remove window title
This commit is contained in:
parent
71cb2a97c0
commit
f8b7b82ba9
@ -137,9 +137,7 @@ pub fn create_window() {
|
||||
"main".to_string(),
|
||||
tauri::WebviewUrl::App("index.html".into()),
|
||||
)
|
||||
.title("Clash Verge")
|
||||
.visible(false)
|
||||
.fullscreen(false)
|
||||
.min_inner_size(600.0, 520.0)
|
||||
.decorations(false)
|
||||
.maximizable(true)
|
||||
@ -155,9 +153,9 @@ pub fn create_window() {
|
||||
"main".to_string(),
|
||||
tauri::WebviewUrl::App("index.html".into()),
|
||||
)
|
||||
.title("Clash Verge")
|
||||
.visible(false)
|
||||
.fullscreen(false)
|
||||
.decorations(true)
|
||||
.hidden_title(true)
|
||||
.title_bar_style(tauri::TitleBarStyle::Overlay)
|
||||
.min_inner_size(600.0, 520.0)
|
||||
.build()
|
||||
.unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user