Backed out changeset e4a8608d96d5 (bug 1931982) for causing failures at test_first_startup.py. CLOSED TREE

This commit is contained in:
Butkovits Atila
2024-11-26 15:54:00 +02:00
parent f281a2a2d7
commit 3441807fa1
5 changed files with 26 additions and 124 deletions

View File

@@ -165,7 +165,7 @@ class SelectableProfileServiceClass {
static getDirectory(id) {
if (this.#dirSvc) {
if (id in this.#dirSvc) {
return this.#dirSvc[id].clone();
return this.#dirSvc[id];
}
}
@@ -655,8 +655,7 @@ class SelectableProfileServiceClass {
async #updateTaskbar() {
try {
// We don't want the startup profile selector to badge the dock icon.
if (!gSupportsBadging || Services.startup.startingUp) {
if (!gSupportsBadging) {
return;
}