feat: change fav button icon to filled star

This commit is contained in:
Evangelos Paterakis 2022-11-13 21:07:10 +02:00
parent 72ec2c1bed
commit c421949ecf
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class Tootle.Widgets.Status : ListBoxRow {
prop_name = "favourited",
action_on = "favourite",
action_off = "unfavourite",
icon_name = "non-starred-symbolic"
icon_name = "starred-symbolic"
};
actions.append (favorite_button);