fix: update default window width to 940 pixels

This commit is contained in:
Tunglies 2025-05-31 02:36:58 +08:00
parent 62b743fa20
commit 2d59177256
No known key found for this signature in database
GPG Key ID: 2B3B33EF47D016AC

View File

@ -26,7 +26,7 @@ use tauri::Url;
pub static VERSION: OnceCell<String> = OnceCell::new();
// 定义默认窗口尺寸常量
const DEFAULT_WIDTH: u32 = 900;
const DEFAULT_WIDTH: u32 = 940;
const DEFAULT_HEIGHT: u32 = 700;
// 添加全局UI准备就绪标志