diff --git a/src/app.rs b/src/app.rs index 160d572..8e9fcec 100644 --- a/src/app.rs +++ b/src/app.rs @@ -2914,6 +2914,12 @@ impl Application for App { ) .map(cosmic::Action::App), ); + } else { + commands.push( + self.toasts + .push(widget::toaster::Toast::new(description)) + .map(cosmic::Action::App), + ); } }