commit ac0c6219980ecd0a8fd3f35e5da37ecd411cb5ee
parent 0199c1fad16bf7c05d1f2b2fcebef161ebff6bee
Author: Max Christian Pohle <mpohle@mozilla.com>
Date: Tue, 4 Nov 2025 23:28:17 +0000
Bug 1996782 - Naming of the profiles differ from what we name their profile folder directories if restoring a BackupService r=cdupuis
Differential Revision: https://phabricator.services.mozilla.com/D271296
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/browser/components/backup/BackupService.sys.mjs b/browser/components/backup/BackupService.sys.mjs
@@ -3182,7 +3182,6 @@ export class BackupService extends EventTarget {
}
// let's rename the old profile with a prefix old-[profile_name]
- profile.name = profileSvc.currentProfile.name;
profileSvc.currentProfile.name = `old-${profileSvc.currentProfile.name}`;
}