Merge branch 'main' into dev

This commit is contained in:
lencx
2023-01-05 12:38:58 +08:00
10 changed files with 197 additions and 103 deletions

View File

@@ -51,8 +51,8 @@ pub fn reset_chat_conf() -> ChatConfJson {
}
#[command]
pub fn run_check_update(app: AppHandle) -> () {
utils::run_check_update(app).unwrap();
pub fn run_check_update(app: AppHandle, silent: bool) {
utils::run_check_update(app, silent).unwrap();
}
#[command]