Skip to content

Commit

Permalink
docs(theme): reminder to sync icon and GUI color-schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Oct 29, 2024
1 parent fb3286d commit cb83e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit cb83e84

Please sign in to comment.