Skip to content

Commit

Permalink
Change some icons to softer variants
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Dec 23, 2024
1 parent ef32a5f commit a3c4ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* When the game list is filtered,
the summary line (e.g., "1 of 10 games") now reflects the filtered totals.
* The `enable/disable all` buttons are now constrained by the active filter.
* GUI: Changed some icons to a softer version.
* Fixed:
* If a custom game's title begins or ends with a space,
that custom game will now be ignored.
Expand Down
4 changes: 2 additions & 2 deletions src/gui/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ impl Icon {
Self::Delete => '\u{E872}',
Self::Download => '\u{f090}',
Self::Edit => '\u{E150}',
Self::Error => '\u{e000}',
Self::Error => '\u{e001}',
Self::FastForward => '\u{E01F}',
Self::Filter => '\u{ef4f}',
Self::FolderOpen => '\u{E2C8}',
Self::Info => '\u{e88f}',
Self::KeyboardArrowDown => '\u{E313}',
Self::KeyboardArrowRight => '\u{E315}',
Self::Language => '\u{E894}',
Self::Lock => '\u{e897}',
Self::Lock => '\u{e899}',
Self::LockOpen => '\u{e898}',
Self::MoreVert => '\u{E5D4}',
Self::OpenInBrowser => '\u{e89d}',
Expand Down

0 comments on commit a3c4ddf

Please sign in to comment.