1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

add folder colors to symbol icon

This commit is contained in:
ouwou 2024-01-08 21:27:53 -05:00
parent 1e6d16f44a
commit 781bdc5d7a

View File

@ -60,6 +60,9 @@ GuildListFolderItem::GuildListFolderItem(const UserSettingsGuildFoldersEntry &fo
m_icon.property_icon_name() = "folder-symbolic";
m_icon.property_icon_size() = Gtk::ICON_SIZE_DND;
if (folder.Color.has_value()) {
m_icon.override_color(IntToRGBA(*folder.Color));
}
m_icon.show();
m_stack.add(m_grid, "grid");