icon: fix app icon

Updated to roberto's fixed icon, I also added some padding so that it
looks right int the app switcher.

Closes: https://github.com/damus-io/notedeck/pull/503
Closes: https://github.com/damus-io/notedeck/pull/496
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-11-28 09:15:29 -08:00
parent 19bc37b0bc
commit 409e8c2e3a
6 changed files with 322 additions and 2 deletions

View File

@@ -47,8 +47,8 @@ fn generate_native_options_with_builder_modifiers(
}
}
pub fn app_icon() -> &'static [u8; 192739] {
std::include_bytes!("../assets/damus_rounded_256.png")
pub fn app_icon() -> &'static [u8; 271986] {
std::include_bytes!("../assets/damus-app-icon.png")
}
pub fn generate_mobile_emulator_native_options() -> eframe::NativeOptions {