From 747778673be06f7e69540c0385431543b6681d3e Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Mon, 14 Oct 2024 16:15:20 +0900 Subject: [PATCH] chore: add 48x48 icon path --- lala_bar/src/launcher/applications.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lala_bar/src/launcher/applications.rs b/lala_bar/src/launcher/applications.rs index 8ef4bec..b2db1fc 100644 --- a/lala_bar/src/launcher/applications.rs +++ b/lala_bar/src/launcher/applications.rs @@ -93,7 +93,7 @@ impl App { } } -static ICONS_SIZE: &[&str] = &["256x256", "128x128", "64x64", "32x32", "16x16"]; +static ICONS_SIZE: &[&str] = &["256x256", "128x128", "64x64", "48x48", "32x32", "16x16"]; static THEMES_LIST: &[&str] = &["breeze", "Adwaita"];