mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 03:03:44 +08:00
chore: update
This commit is contained in:
parent
7df5ca1912
commit
373c8ec0e5
@ -162,7 +162,11 @@ pub fn create_window() {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
let window = builder
|
let window = tauri::WebviewWindowBuilder::new(
|
||||||
|
&app_handle,
|
||||||
|
"main".to_string(),
|
||||||
|
tauri::WebviewUrl::App("index.html".into()),
|
||||||
|
)
|
||||||
.decorations(false)
|
.decorations(false)
|
||||||
.transparent(true)
|
.transparent(true)
|
||||||
.build()
|
.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user