mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +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
|
|
@ -7,7 +7,7 @@
|
|||
"use strict";
|
||||
|
||||
/*
|
||||
* Migrates from a Firefox profile in a lossy manner in order to clean up a
|
||||
* Migrates from a Basilisk profile in a lossy manner in order to clean up a
|
||||
* user's profile. Data is only migrated where the benefits outweigh the
|
||||
* potential problems caused by importing undesired/invalid configurations
|
||||
* from the source profile.
|
||||
|
|
|
|||
|
|
@ -726,6 +726,7 @@ this.MigrationUtils = Object.freeze({
|
|||
"Internet Explorer": "ie",
|
||||
"Microsoft Edge": "edge",
|
||||
"Safari": "safari",
|
||||
"Basilisk": "firefox",
|
||||
"Firefox": "firefox",
|
||||
"Nightly": "firefox",
|
||||
"Google Chrome": "chrome", // Windows, Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue