chore: deps

This commit is contained in:
lencx
2023-01-16 21:57:00 +08:00
parent f822a56993
commit 240c88220d
3 changed files with 8 additions and 13 deletions

View File

@@ -94,7 +94,7 @@ pub fn control_window(handle: &tauri::AppHandle) {
.title("Control Center")
.resizable(true)
.fullscreen(false)
.inner_size(800.0, 600.0)
.inner_size(1000.0, 700.0)
.min_inner_size(800.0, 600.0)
.build()
.unwrap();