Skip to content

Commit 1466fc5

Browse files
committed
Choose more appropriate base icon resolution
1 parent 6686717 commit 1466fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/desktop_entry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ impl From<DesktopEntry> for App {
314314

315315
pub fn load_icon(s: String) -> Option<iced::widget::image::Handle> {
316316
ICON_SEARCHER
317-
.find_icon(s.as_str(), 32, 1, "Adwaita") // TODO. Dont hardcode theme
317+
.find_icon(s.as_str(), 64, 1, "Adwaita") // TODO. Dont hardcode theme
318318
.map(|icon| iced::widget::image::Handle::from_path(icon.path))
319319
}
320320

0 commit comments

Comments
 (0)