No description
Find a file
Ian Douglas Scott 8a4d4b6957 Have icon_for_app_id run in a background thread
This should probably be faster, but it's good for things like this to
not block the UI thread regardless.

We could probably also cache for multiple apps with the same ID. Not
sure if there's a good way to detect changes to the icon for an app id
(Not really needed, probably?)
2025-01-21 09:24:19 -08:00
data chore(desktop-file): remove ICED category 2024-07-18 06:07:11 +02:00
debian refactor: single instance 2023-11-21 19:26:12 -05:00
i18n fix(interface): align closer to designs 2025-01-15 11:49:54 -08:00
src Have icon_for_app_id run in a background thread 2025-01-21 09:24:19 -08:00
.gitignore Update .gitignore 2023-10-05 23:08:26 +02:00
Cargo.lock Use std LazyLock instead of once_cell crate 2025-01-16 10:21:35 -08:00
Cargo.toml Use std LazyLock instead of once_cell crate 2025-01-16 10:21:35 -08:00
i18n.toml Add i18n support 2023-12-26 13:40:38 -08:00
LICENSE Add LICENSE 2023-01-06 19:06:48 -08:00
Makefile fix(interface): align closer to designs 2025-01-15 11:49:54 -08:00
rustfmt.toml Format imports 2024-04-24 13:00:40 -07:00