chore: update

This commit is contained in:
huzibaca 2024-11-23 06:42:05 +08:00
parent a14c3f81b0
commit 4163ee484c
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -178,7 +178,7 @@ pub fn create_window() {
}))
.unwrap();
#[cfg(not(target_os = "macos"))]
#[cfg(not(target_os = "windows"))]
window
.set_size(tauri::Size::Physical(tauri::PhysicalSize {
width: 800,