mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 15:09:59 +02:00
Refactor ZenWorkspaces.mjs to fix parsing of workspace icons
This commit is contained in:
parent
831801add3
commit
014161404d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ var ZenWorkspaces = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_kIcons: JSON.parse(Services-prefs.getStringPref("zen.workspaces.icons", '["🌐", "📁", "📎", "📝", "📅", "📊"]')),
|
_kIcons: JSON.parse(Services.prefs.getStringPref("zen.workspaces.icons")),
|
||||||
|
|
||||||
_initializeWorkspaceCreationIcons() {
|
_initializeWorkspaceCreationIcons() {
|
||||||
let container = document.getElementById('PanelUI-zen-workspaces-create-icons-container');
|
let container = document.getElementById('PanelUI-zen-workspaces-create-icons-container');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue