Skip to content

Commit

Permalink
Change settings icon from settings icon to coggle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Oct 27, 2023
1 parent 9570e38 commit f1f5d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ find_icon(tz_ui_icon_t icon)
case TZ_UI_ICON_TICK: return (const char *)&C_icon_validate_14;
case TZ_UI_ICON_CROSS: return (const char *)&C_icon_crossmark;
case TZ_UI_ICON_DASHBOARD: return (const char *)&C_icon_dashboard_x;
case TZ_UI_ICON_SETTINGS: return (const char *)&C_icon_settings;
case TZ_UI_ICON_SETTINGS: return (const char *)&C_icon_coggle;
case TZ_UI_ICON_BACK: return (const char *)&C_icon_back_x;
default: return NULL;
}
Expand Down

0 comments on commit f1f5d9c

Please sign in to comment.