app-list: Use cosmic theme instead of pop
This commit is contained in:
parent
1bcd7aa19e
commit
b71d1b0e1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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(|| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue