fix: unable to synchronize

This commit is contained in:
lencx
2022-12-24 21:05:51 +08:00
parent 413d3354c7
commit 05057d06ad
6 changed files with 31 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ pub fn control_window(handle: &tauri::AppHandle) {
std::thread::spawn(move || {
WindowBuilder::new(&app, "main", WindowUrl::App("index.html".into()))
.title("ChatGPT")
.resizable(false)
.resizable(true)
.fullscreen(false)
.inner_size(800.0, 600.0)
.min_inner_size(800.0, 600.0)