1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-16 19:40:41 +01:00

Update icon for NotificationType

This commit is contained in:
bleakgrey 2018-06-03 19:44:36 +03:00
parent 1ea3789507
commit f12240a364

View File

@ -61,7 +61,7 @@ public enum Tootle.NotificationType {
case MENTION:
return "user-available-symbolic";
case REBLOG:
return "go-up-symbolic";
return "media-playlist-repeat-symbolic";
case FAVORITE:
return "help-about-symbolic";
case FOLLOW: