Skip to content

Commit

Permalink
Merge pull request #102 from trilitech/palmer@functori@gear-icon-for-…
Browse files Browse the repository at this point in the history
…settings

Change settings icon from settings icon to coggle icon
  • Loading branch information
emturner authored Oct 27, 2023
2 parents 9570e38 + 0713327 commit 64d00de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed app/glyphs/icon_settings.gif
Binary file not shown.
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 64d00de

Please sign in to comment.