From ff39ac8091a867f58c761c790f9d816e2b2ef45f Mon Sep 17 00:00:00 2001 From: Will Stone <654103+will-stone@users.noreply.github.com> Date: Tue, 12 Jan 2021 13:34:17 +0000 Subject: [PATCH] Fix Waterfox not detected Closes #359 --- src/config/apps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/apps.ts b/src/config/apps.ts index a0c97750..422cb07a 100644 --- a/src/config/apps.ts +++ b/src/config/apps.ts @@ -142,7 +142,7 @@ export const apps: App[] = [ }, { name: 'Waterfox', - id: 'net.waterfox.waterfoxcurrent', + id: 'net.waterfox.waterfox', }, { name: 'Yandex',