Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Aug 4, 2024
1 parent 4661d58 commit ee3e726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pub fn run() {
})
.plugin(tauri_plugin_notification::init())
.plugin(tauri_plugin_shell::init())
#[cfg(desktop)]
.plugin(tauri_plugin_single_instance::init(|_, _, _| {}))
.plugin(tauri_plugin_store::Builder::default().build())
.plugin(
tauri_plugin_stronghold::Builder::new(|password| {
Expand Down

0 comments on commit ee3e726

Please sign in to comment.