1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-24 07:38:45 +02:00

Add KDE Itinerary and KTrip as transit notifications

This commit is contained in:
hrdl 2024-06-11 20:40:36 +02:00
parent 010186b2a9
commit 629f487c70

View File

@ -182,6 +182,12 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
//Deltachat //Deltachat
put("com.b44t.messenger", NotificationType.DELTACHAT); put("com.b44t.messenger", NotificationType.DELTACHAT);
// KDE Itinerary
put("org.kde.itinerary", NotificationType.TRANSIT);
// KTrip
put("org.kde.ktrip", NotificationType.TRANSIT);
} }
} }