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 {
|
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(|| {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue