Skip to content

Commit

Permalink
Initialize the Tauri shell plugin
Browse files Browse the repository at this point in the history
This fixes the GitHub link in the main window
  • Loading branch information
TheComputerGuy96 committed Jan 6, 2025
1 parent df65d23 commit 1baa0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ fn main() {
])
.build(),
)
.plugin(tauri_plugin_shell::init())
.invoke_handler(tauri::generate_handler![
gui_select_world,
gui_start_generation,
Expand Down

0 comments on commit 1baa0d9

Please sign in to comment.