chore: update

This commit is contained in:
huzibaca
2024-11-23 06:42:05 +08:00
Unverified
parent a14c3f81b0
commit 4163ee484c

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,