Actions
Bug #5588
closed$statusbar().icon + $statusbar().iconfile not working for non-custom items
Start date:
05/16/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I was trying to set an icon on _info
adiirc's default item and saw that .icon
and .iconfile
of $statusbar()
are not working there, i'm not sure if its only working for custom items and not for the default.
Example: //statusbar -p _info $qt(ICON-FILE-HERE) | echo -a IS: $statusbar(_info).icon -- $statusbar(_info).iconfile
- Thanks!
Updated by Per Amundsen over 2 years ago
- Status changed from New to Invalid
It only works for custom items, the built-in ones are handled differently.
The idea is you can hide the built-in ones and replace them with your own custom items.
I have updated the wiki pages.
Actions