Add a red trash icon for delete chat button
having that looks good and more interactive to use thanks
This would mean making a custom context menu, I don't think I want to do that right now
It can be done maybe for future
yeah maybe
While I was rewriting Alpaca I thought of maybe adding these icons, I couldn't do it because of the dropdown being a Gio.Menu object which doesn't support that.
The message context menu is a custom object that can be used because the button is a menubutton, the chats rows are a GTKListBox which shouldn't even have context menus to begin with.
tldr: Sadly not possible right not