Skip to content

Commit

Permalink
Adjusted the fs watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsmithdev committed Apr 11, 2023
1 parent 3dc7242 commit 6c154ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() {

tauri::Builder::default()
.plugin(tauri_plugin_persisted_scope::init())
.plugin(tauri_plugin_fs_watch::Watcher::default())
.plugin(tauri_plugin_fs_watch::init())
.plugin(tauri_plugin_store::Builder::default().build())
.system_tray(SystemTray::new().with_menu(tray_menu))
.on_system_tray_event(move |app, event| match event {
Expand Down

0 comments on commit 6c154ac

Please sign in to comment.