mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-08 01:33:24 +10:00
added linux notification service
This commit is contained in:
@@ -63,12 +63,16 @@ class NotificationService {
|
|||||||
appUserModelId: 'org.meshcore.open.app',
|
appUserModelId: 'org.meshcore.open.app',
|
||||||
guid: 'e7ea8f85-72f5-4f36-91f6-038f740ccf86',
|
guid: 'e7ea8f85-72f5-4f36-91f6-038f740ccf86',
|
||||||
);
|
);
|
||||||
|
const linuxSettings = LinuxInitializationSettings(
|
||||||
|
defaultActionName: 'Open notification',
|
||||||
|
);
|
||||||
|
|
||||||
const initSettings = InitializationSettings(
|
const initSettings = InitializationSettings(
|
||||||
android: androidSettings,
|
android: androidSettings,
|
||||||
iOS: iosSettings,
|
iOS: iosSettings,
|
||||||
macOS: macSettings,
|
macOS: macSettings,
|
||||||
windows: windowsSettings,
|
windows: windowsSettings,
|
||||||
|
linux: linuxSettings,
|
||||||
);
|
);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user