Change local timeline icon
This commit is contained in:
parent
a043c16d19
commit
ff72381a3f
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue