mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 22:19:47 +08:00
restore last window state (position and size) on startup
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
fn main() {
|
||||
tauri::Builder::default()
|
||||
.plugin(tauri_plugin_window_state::Builder::default().build())
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
}
|
||||
|
Reference in New Issue
Block a user