Added second icon for inactivity status

This commit is contained in:
defnax 2020-05-14 16:22:39 +02:00
parent 4f25ab3fe8
commit f6f508d1ba
3 changed files with 8 additions and 4 deletions

View file

@ -134,7 +134,7 @@ private:
GxsIdChooser *ownIdChooser ;
//icons cache
QIcon bullet_red_128, bullet_grey_128, bullet_green_128, bullet_yellow_128;
QIcon bullet_red_128, bullet_grey_128, bullet_green_128, bullet_yellow_128, bullet_blue_128;
};
#endif