Backed out changeset e4a8608d96d5 (bug 1931982) for causing failures at test_first_startup.py. CLOSED TREE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user