Change local timeline icon

This commit is contained in:
bleakgrey 2019-03-08 15:19:14 +03:00
parent a043c16d19
commit ff72381a3f
1 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ public class Tootle.LocalView : TimelineView {
}
public override string get_icon () {
return "document-open-recent-symbolic";
return Desktop.fallback_icon ("system-users-symbolic", "document-open-recent-symbolic");
}
public override string get_name () {