Currently, the "icon" feature for individual line items is used only in ListView. If users are not using ListView, they may want to change the dialog icon or overlay icon "per item" as things progress.
Could add a function update_dialog_icon that checks for this feature being enabled as either "overlay" or "primary" and if set to one of those values, updates the icon of the running dialog window as each item progresses.
Currently, the "icon" feature for individual line items is used only in ListView. If users are not using ListView, they may want to change the dialog icon or overlay icon "per item" as things progress.
Could add a function
update_dialog_iconthat checks for this feature being enabled as either "overlay" or "primary" and if set to one of those values, updates the icon of the running dialog window as each item progresses.