Add admin restart flow and loading indicators
This commit is contained in:
@@ -36,6 +36,8 @@ fn main() {
|
||||
.manage(commands::CommandState::default())
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
commands::get_status,
|
||||
commands::get_admin_status,
|
||||
commands::restart_as_admin,
|
||||
commands::get_profiles,
|
||||
commands::get_saved_state,
|
||||
commands::save_profile,
|
||||
|
||||
Reference in New Issue
Block a user