Add toast overlay with signal

This commit is contained in:
2025-09-27 21:15:56 +02:00
parent 6ac432070c
commit cd8b293005
4 changed files with 48 additions and 27 deletions

View File

@@ -19,6 +19,8 @@
*/
public class Allesapp.Application : Adw.Application {
public signal void toast (string message, int timeout = 5);
public Application () {
Object (
application_id: "de.clerie.allesapp",