From a3c4ddf02d18566120a4ea233df19f433742cc54 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 23 Dec 2024 11:19:14 -0500 Subject: [PATCH] Change some icons to softer variants --- CHANGELOG.md | 1 + src/gui/icon.rs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bd965..4c66750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/gui/icon.rs b/src/gui/icon.rs index 46b26b0..ea06cbc 100644 --- a/src/gui/icon.rs +++ b/src/gui/icon.rs @@ -58,7 +58,7 @@ 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}', @@ -66,7 +66,7 @@ impl Icon { 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}',