Skip to content

Commit

Permalink
Reverted to single library implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Sep 24, 2024
1 parent 3aa8b69 commit 070a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/notification_manager.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::sync::LazyLock;
use notify_rust::{Notification, Timeout};
use notify_rust::Notification;

use log::info;

Expand Down

0 comments on commit 070a887

Please sign in to comment.