summaryrefslogtreecommitdiff
path: root/utils/icons.ts
diff options
context:
space:
mode:
Diffstat (limited to 'utils/icons.ts')
-rw-r--r--utils/icons.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/icons.ts b/utils/icons.ts
index 4b2d038..dff47f3 100644
--- a/utils/icons.ts
+++ b/utils/icons.ts
@@ -30,6 +30,10 @@ export const osIcons: Record<string, number> = {
ubuntu: 0xf31b,
};
+export const desktopEntrySubs: Record<string, string> = {
+ Firefox: "firefox",
+};
+
const categoryIcons: Record<string, string> = {
WebBrowser: "web",
Printing: "print",