fix: missing icon for Firefox, and un-pinnable Chrome

This commit is contained in:
wiiznokes 2024-06-09 09:49:03 +02:00 committed by GitHub
parent 46a77ee121
commit 4d48047c4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View file

@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-log = "0.2.0"
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.152", features = ["derive"] }
freedesktop-desktop-entry = "0.6.0"
freedesktop-desktop-entry = "0.6.1"
[profile.release]
lto = "fat"
@ -67,3 +67,5 @@ ignored = ["libcosmic"]
[patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
[patch."crates-io"]