Skip to content

Commit

Permalink
Update ResetProfile.sys.mjs to hardcode MOZ_APP_NAME as firefox
Browse files Browse the repository at this point in the history
This should fix the "Refresh Waterfox" functionality.

Signed-off-by: unknown5000 <[email protected]>
  • Loading branch information
unknown5000 authored Dec 11, 2023
1 parent d7d0380 commit 16fb977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/modules/ResetProfile.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ XPCOMUtils.defineLazyGetter(lazy, "MigrationUtils", () => {
return undefined;
});

const MOZ_APP_NAME = AppConstants.MOZ_APP_NAME;
const MOZ_APP_NAME = "firefox";

export var ResetProfile = {
/**
Expand Down

0 comments on commit 16fb977

Please sign in to comment.