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

@@ -61,7 +61,7 @@ pub fn reset_chat_conf() -> ChatConfJson {
#[command]
pub fn run_check_update(app: AppHandle, silent: bool, has_msg: Option<bool>) {
utils::run_check_update(app, silent, has_msg).unwrap();
utils::run_check_update(app, silent, has_msg);
}
#[command]