Fixed renaming workspaces not being applied

This commit is contained in:
mr. m
2025-02-19 20:25:51 +01:00
parent 053a8194a2
commit f94d35519e
2 changed files with 13 additions and 3 deletions

View File

@@ -1135,6 +1135,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
if (!ignoreStrip) {
await browser.ZenWorkspaces._expandWorkspacesStrip(browser);
browser.ZenWorkspaces._fixIndicatorsNames(workspaces);
}
});
}