chore: update

This commit is contained in:
huzibaca 2024-11-23 06:42:05 +08:00
parent df39347b19
commit 18e8357b6a

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,