No description
Find a file
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
cosmic-app-list fix: crash when no icon found 2023-02-06 08:39:11 -05:00
cosmic-applet-audio chore: use latest libcosmic 2023-02-02 23:47:33 -05:00
cosmic-applet-battery I18n pt-BR (#71) 2023-02-06 08:38:23 -05:00
cosmic-applet-graphics I18n pt-BR (#71) 2023-02-06 08:38:23 -05:00
cosmic-applet-network I18n pt-BR (#71) 2023-02-06 08:38:23 -05:00
cosmic-applet-notifications chore: use latest libcosmic 2023-02-02 23:47:33 -05:00
cosmic-applet-power chore: use latest libcosmic 2023-02-02 23:47:33 -05:00
cosmic-applet-time update: use dyrend & use autosized window in app-list & fix button size in workspaces & only update popup text in time when creating popup 2023-01-20 11:25:53 -05:00
cosmic-applet-workspaces Create cosmic_applet_workspaces.ftl 2023-02-02 15:54:39 -05:00
cosmic-panel-app-button/data Move Cosmic Applets into new Dir & remove old applets 2022-12-23 16:14:55 -05:00
cosmic-panel-workspaces-button/data Move Cosmic Applets into new Dir & remove old applets 2022-12-23 16:14:55 -05:00
debian feat: update pulse connection every time the audio applet popup is opened 2023-01-31 16:11:45 -05:00
.gitignore Add Nix flake. 2023-01-04 10:45:36 -05:00
Cargo.lock chore: use latest libcosmic 2023-02-02 23:47:33 -05:00
Cargo.toml feat: more improvements to network applet 2023-01-10 14:53:25 -05:00
flake.lock Add Nix flake. 2023-01-04 10:45:36 -05:00
flake.nix Add Nix flake. 2023-01-04 10:45:36 -05:00
justfile refactor: move projects into a workspace 2022-12-23 16:14:55 -05:00
LICENSE license 2022-05-26 11:59:09 -04:00