mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 04:46:51 +01:00
Add KDE Itinerary and KTrip as transit notifications
This commit is contained in:
parent
010186b2a9
commit
629f487c70
@ -182,6 +182,12 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
|
||||
//Deltachat
|
||||
put("com.b44t.messenger", NotificationType.DELTACHAT);
|
||||
|
||||
// KDE Itinerary
|
||||
put("org.kde.itinerary", NotificationType.TRANSIT);
|
||||
|
||||
// KTrip
|
||||
put("org.kde.ktrip", NotificationType.TRANSIT);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user