fix(default_apps): apps missing if they had duplicate desktop entry keys

This commit is contained in:
ellieplayswow 2025-03-03 23:05:17 +00:00 committed by GitHub
parent 95e77491c5
commit dfea9dfc2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 17 deletions

View file

@ -33,7 +33,7 @@ derive_setters = "0.1.6"
dirs = "5.0.1"
downcast-rs = "1.2.1"
eyre = "0.6.12"
freedesktop-desktop-entry = "0.7.7"
freedesktop-desktop-entry = "0.7.8"
futures = "0.3.31"
hostname-validator = "1.1.1"
hostname1-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }