Skip to content

Commit

Permalink
Merge pull request #208 from TheComputerGuy96/shell-fix
Browse files Browse the repository at this point in the history
Initialize the Tauri shell plugin
  • Loading branch information
louis-e authored Jan 6, 2025
2 parents 49ead6c + 1baa0d9 commit 8c270b7
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 8c270b7

Please sign in to comment.