mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
feat: use decorations in Linux, close #354
This commit is contained in:
@@ -98,8 +98,8 @@ pub fn create_window(app_handle: &AppHandle) {
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
crate::log_err!(builder
|
||||
.decorations(false)
|
||||
.transparent(true)
|
||||
.inner_size(800.0, 636.0)
|
||||
.decorations(true)
|
||||
.transparent(false)
|
||||
.inner_size(800.0, 642.0)
|
||||
.build());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user