chore: dalle2

This commit is contained in:
lencx
2023-01-06 22:58:26 +08:00
parent 8022594ace
commit de5533d942
7 changed files with 20 additions and 22 deletions

View File

@@ -229,7 +229,7 @@ pub fn menu_handler(event: WindowMenuEvent<tauri::Wry>) {
);
}
"check_update" => {
utils::run_check_update(app, false, None).unwrap();
utils::run_check_update(app, false, None);
}
// Preferences
"control_center" => window::control_window(&app),