feat: add notification module
This commit is contained in:
parent
45bd3650ea
commit
aec31b7e88
8 changed files with 125 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
|
||||
use tauri::{Manager, State};
|
||||
use tauri::{Manager, State, api::notification::Notification};
|
||||
|
||||
struct Received(AtomicBool);
|
||||
// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue