Skip to content

Commit

Permalink
add handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Dec 12, 2023
1 parent 9ee2427 commit a8c7059
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src-tauri/src/bin/defguard-client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ use tauri_plugin_log::LogTarget;

use defguard_client::{
__cmd__active_connection, __cmd__all_connections, __cmd__all_instances, __cmd__all_locations,
__cmd__connect, __cmd__disconnect, __cmd__last_connection, __cmd__location_stats,
__cmd__save_device_config, __cmd__update_instance, __cmd__update_location_routing,
__cmd__connect, __cmd__disconnect, __cmd__last_connection, __cmd__location_interface_details,
__cmd__location_stats, __cmd__save_device_config, __cmd__update_instance,
__cmd__update_location_routing,
appstate::AppState,
commands::{
active_connection, all_connections, all_instances, all_locations, connect, disconnect,
last_connection, location_stats, save_device_config, update_instance,
update_location_routing,
last_connection, location_interface_details, location_stats, save_device_config,
update_instance, update_location_routing,
},
database,
tray::create_tray_menu,
Expand Down Expand Up @@ -79,6 +80,7 @@ async fn main() {
disconnect,
update_instance,
location_stats,
location_interface_details,
all_connections,
last_connection,
active_connection,
Expand Down

0 comments on commit a8c7059

Please sign in to comment.