This PR adds support for the new set_icon method recently added in qdot/libappindicator-rs#9.
The new set_icon_by_name method allows users to set the icon using the name of an icon in the active system icon theme, without needing to provide the full path.
This PR adds support for the new
set_icon
method recently added in qdot/libappindicator-rs#9.The new
set_icon_by_name
method allows users to set the icon using the name of an icon in the active system icon theme, without needing to provide the full path.