mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +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
|
//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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user