From cb83e84789d95fd8616f16f0d1de6fac5ba4fa2b Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:10:25 -0400 Subject: [PATCH] docs(theme): reminder to sync icon and GUI color-schemes --- src/gui/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/mod.rs b/src/gui/mod.rs index f76e6e8..d03c682 100644 --- a/src/gui/mod.rs +++ b/src/gui/mod.rs @@ -381,6 +381,7 @@ impl Application for UadGui { impl UadGui { pub fn start() -> iced::Result { let logo: &[u8] = match *OS_COLOR_SCHEME { + // remember to keep `Default` in sync with `src/core/theme` dark_light::Mode::Dark | dark_light::Mode::Default => { include_bytes!("../../resources/assets/logo-dark.png") }