Revert "chore: update ci"

This reverts commit 04706a6d7c.
This commit is contained in:
reya
2024-07-02 15:54:00 +07:00
parent 15e62cad11
commit 783a4538a4
7 changed files with 3 additions and 18 deletions

View File

@@ -255,9 +255,3 @@ pub fn open_main_window(app: tauri::AppHandle) {
window.make_transparent().unwrap();
}
}
#[tauri::command]
#[specta::specta]
pub fn force_quit() {
std::process::exit(0);
}