adjusted app menu window size

This commit is contained in:
2025-12-23 01:05:59 +08:00
parent 6b21881d8a
commit b4234c12f5

View File

@@ -20,7 +20,7 @@ pub fn open_app_menu_window() {
tauri::WebviewUrl::App("/app-menu".into()), tauri::WebviewUrl::App("/app-menu".into()),
) )
.title("Friendolls") .title("Friendolls")
.inner_size(600.0, 500.0) .inner_size(400.0, 550.0)
.resizable(true) .resizable(true)
.decorations(true) .decorations(true)
.transparent(false) .transparent(false)