mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Undo formatting for invoke_handler
This commit is contained in:
parent
a381e0c260
commit
d337d384df
@ -212,7 +212,10 @@ fn main() {
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.plugin(tauri_plugin_os::init())
|
||||
.manage(AppState::new())
|
||||
.invoke_handler(tauri::generate_handler![get_processes, kill_process])
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
get_processes,
|
||||
kill_process
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user