You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the generated file icon_names.rs contains these lines:
/// Icon name of the icon `network-workgroup`, found at `"icons/icon-development-kit/network-workgroup-symbolic.svg"`.pubconstNETWORK_WORKGROUP:&str = "network-workgroup";
the problem is the icon shown is not network-workgroup-symbolic but simple network-workgroup with colors.
If I set_icon_name: Some("network-workgroup-symbolic") I get a symbolic icon as expected.
The text was updated successfully, but these errors were encountered:
I have
"network-workgroup"
in theicons.toml
file and use it in code:the generated file
icon_names.rs
contains these lines:the problem is the icon shown is not
network-workgroup-symbolic
but simplenetwork-workgroup
with colors.If I
set_icon_name: Some("network-workgroup-symbolic")
I get a symbolic icon as expected.The text was updated successfully, but these errors were encountered: