feat(gui): open links in default browser (#50)

This commit is contained in:
Einliterflasche 2024-09-04 17:11:06 +02:00 committed by GitHub
parent e4141c763b
commit ff2e3ae8dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 218 additions and 191 deletions

View file

@ -159,6 +159,7 @@ fn setup(app: &mut tauri::App) -> Result<(), Box<dyn std::error::Error>> {
pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_clipboard_manager::init())
.plugin(tauri_plugin_shell::init())
.invoke_handler(tauri::generate_handler![
get_balance,
get_swap_infos_all,