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 {
freedesktop_icons::lookup("application-default")
.with_theme("Pop")
.with_size(128)
.with_theme("Cosmic")
.force_svg()
.with_cache()
.find()
.or_else(|| {