From 1baa0d9d4090102956f5a5f79181ae0f3fbff91a Mon Sep 17 00:00:00 2001 From: Echo J Date: Mon, 6 Jan 2025 18:13:27 +0200 Subject: [PATCH] Initialize the Tauri shell plugin This fixes the GitHub link in the main window --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index f07f914..13a8b4e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -142,6 +142,7 @@ fn main() { ]) .build(), ) + .plugin(tauri_plugin_shell::init()) .invoke_handler(tauri::generate_handler![ gui_select_world, gui_start_generation,