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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user