@@ -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);
|
||||
}
|
||||
|
||||
@@ -127,7 +127,6 @@ fn main() {
|
||||
commands::window::reload_column,
|
||||
commands::window::open_window,
|
||||
commands::window::open_main_window,
|
||||
commands::window::force_quit,
|
||||
commands::window::set_badge
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user