mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 23:05:30 +02:00
Added workspaces migration system
This commit is contained in:
parent
a4a77f4dc0
commit
1ed9227c01
2 changed files with 14 additions and 1 deletions
|
@ -234,7 +234,7 @@ var ZenWorkspaces = new class extends ZenMultiWindowFeature {
|
|||
}
|
||||
|
||||
workspaceHasIcon(workspace) {
|
||||
return typeof workspace.icon !== 'undefined' && workspace.icon !== '';
|
||||
return workspace.icon && workspace.icon !== '';
|
||||
}
|
||||
|
||||
getWorkspaceIcon(workspace) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue