mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
auto update policy
This commit is contained in:
@@ -44,8 +44,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]
|
||||
|
||||
Reference in New Issue
Block a user