feat: add unread notification badge to dock icon

This commit is contained in:
reya
2024-05-07 14:38:00 +07:00
parent 437cd71f7e
commit c8e1b8b8bd
6 changed files with 69 additions and 66 deletions

View File

@@ -138,7 +138,8 @@ fn main() {
commands::window::resize_column,
commands::window::open_window,
commands::window::get_path,
commands::window::navigate
commands::window::navigate,
commands::window::set_badge
])
.run(tauri::generate_context!())
.expect("error while running tauri application")