mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 22:19:58 +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() {
|
||||
let container = document.getElementById('PanelUI-zen-workspaces-create-icons-container');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue