Skip to content

Commit

Permalink
chore: add 48x48 icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 14, 2024
1 parent 4c6d0bb commit 7477786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lala_bar/src/launcher/applications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

Expand Down

0 comments on commit 7477786

Please sign in to comment.