Update icon for NotificationType

This commit is contained in:
bleakgrey 2018-06-03 19:44:36 +03:00
parent 1ea3789507
commit f12240a364
1 changed files with 1 additions and 1 deletions

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: