cosmic-applets/cosmic-app-list
Enver Balalic d621fb8936 fix: crash when no icon found
Specific case when using vscode, the open file/folder dialog
doesn't succeed in looking up the icon on my system. This would
cause lookup to return None, thus the ret vector is empty.
Since we removed the id before the lookup, the append below would
append an empty vec. This would cause an error in AddTopLevel
message handler when trying to remove the first item of the
returned vec.

Move the id remove directly within the map, so it only gets
removed if we succeed in looking up the icon.
2023-02-06 08:39:11 -05:00
..
data Move Cosmic Applets into new Dir & remove old applets 2022-12-23 16:14:55 -05:00
i18n Create cosmic_app_list.ftl 2023-02-02 15:54:39 -05:00
src fix: crash when no icon found 2023-02-06 08:39:11 -05:00
Cargo.toml update applets using latest libcosmic auto-sizing popups 2022-12-27 18:35:06 -05:00
i18n.toml Move Cosmic Applets into new Dir & remove old applets 2022-12-23 16:14:55 -05:00