network: add a new status bar icon for the network disconnected state

This commit is contained in:
Adrien Moulin
2022-08-28 13:56:24 +02:00
parent ea21790fc9
commit d3dde1737a
8 changed files with 26 additions and 5 deletions

View File

@@ -215,6 +215,7 @@ ui_sb_update_icon_state(int tag, int state) {
case SB_HDD:
break;
case SB_NETWORK:
machine_status.net[item].empty = state > 0 ? true : false;
break;
case SB_SOUND:
break;