Update deps and make it work with notify 7

This commit is contained in:
itsjunetime
2024-10-26 15:01:56 -06:00
parent f6d339923b
commit d5284be123
5 changed files with 119 additions and 163 deletions
+1
View File
@@ -16,6 +16,7 @@ pub enum RenderNotif {
#[derive(Debug)]
pub enum RenderError {
Notify(notify::Error),
Doc(glib::Error),
// Don't like storing an error as a string but it needs to be Send to send to the main thread,
// and it's just going to be shown to the user, so whatever