mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
moebius#84: Fix: The profile - resetting
https://github.com/MoonchildProductions/moebius/pull/184
This commit is contained in:
parent
6fe6d192e6
commit
8523f693be
4 changed files with 14 additions and 2 deletions
|
|
@ -12,6 +12,11 @@ Cu.import("resource://gre/modules/Services.jsm");
|
|||
Cu.import("resource://gre/modules/AppConstants.jsm");
|
||||
|
||||
const MOZ_APP_NAME = AppConstants.MOZ_APP_NAME;
|
||||
// For Basilisk and Pale Moon
|
||||
// Hard-code MOZ_APP_NAME to firefox because of hard-coded type in migrator.
|
||||
const MOZ_APP_NAME = (((AppConstants.MOZ_APP_NAME == "basilisk")
|
||||
|| (AppConstants.MOZ_APP_NAME == "palemoon"))
|
||||
? "firefox" : AppConstants.MOZ_APP_NAME);
|
||||
const MOZ_BUILD_APP = AppConstants.MOZ_BUILD_APP;
|
||||
|
||||
this.ResetProfile = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue