diff --git a/lib/services/notification_service.dart b/lib/services/notification_service.dart index 0b59bbc..b3df59f 100644 --- a/lib/services/notification_service.dart +++ b/lib/services/notification_service.dart @@ -63,12 +63,16 @@ class NotificationService { appUserModelId: 'org.meshcore.open.app', guid: 'e7ea8f85-72f5-4f36-91f6-038f740ccf86', ); + const linuxSettings = LinuxInitializationSettings( + defaultActionName: 'Open notification', + ); const initSettings = InitializationSettings( android: androidSettings, iOS: iosSettings, macOS: macSettings, windows: windowsSettings, + linux: linuxSettings, ); try {