app-list: Use cosmic theme instead of pop

This commit is contained in:
Victoria Brekenfeld 2023-09-29 15:46:45 +02:00 committed by Ashley Wulber
parent 1bcd7aa19e
commit b71d1b0e1b

View file

@ -257,8 +257,8 @@ struct DesktopInfo {
fn default_app_icon() -> PathBuf { fn default_app_icon() -> PathBuf {
freedesktop_icons::lookup("application-default") freedesktop_icons::lookup("application-default")
.with_theme("Pop") .with_theme("Cosmic")
.with_size(128) .force_svg()
.with_cache() .with_cache()
.find() .find()
.or_else(|| { .or_else(|| {