client: Components.ConversationActions: Always reset icon when leaving a GMail account

This commit is contained in:
Cédric Bellegarde 2023-07-12 15:26:46 +02:00
parent 7ec1bcf6e3
commit e1e859457b

View file

@ -145,6 +145,10 @@ public class Components.ConversationActions : Gtk.Box {
"Copy conversations", "Copy conversations",
this.selected_conversations this.selected_conversations
); );
this.copy_message_button.set_image(
new Gtk.Image.from_icon_name(
"folder-symbolic", Gtk.IconSize.BUTTON)
);
break; break;
} }
} }