Switch query queue icon to satellite dish.

This commit is contained in:
Bartosz Taudul
2020-04-30 18:41:08 +02:00
parent 035bb2236d
commit a40ba8f4e9
2 changed files with 3 additions and 3 deletions

View File

@@ -748,7 +748,7 @@ void View::DrawNotificationArea()
if( sqs != 0 )
{
ImGui::SameLine();
TextColoredUnformatted( ImVec4( 1, 0, 0, 1 ), ICON_FA_TACHOMETER_ALT );
TextColoredUnformatted( ImVec4( 1, 0, 0, 1 ), ICON_FA_SATELLITE_DISH );
if( ImGui::IsItemHovered() )
{
ImGui::BeginTooltip();
@@ -762,7 +762,7 @@ void View::DrawNotificationArea()
if( sif != 0 )
{
ImGui::SameLine();
TextColoredUnformatted( ImVec4( 1, 0.75f, 0, 1 ), ICON_FA_TACHOMETER_ALT );
TextColoredUnformatted( ImVec4( 1, 0.75f, 0, 1 ), ICON_FA_SATELLITE_DISH );
if( ImGui::IsItemHovered() )
{
ImGui::BeginTooltip();