mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 22:19:58 +02:00
Changed location of the gradient changer
This commit is contained in:
parent
649b22bbe3
commit
4a5809f950
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
init() {
|
||||
ChromeUtils.defineLazyGetter(this, 'panel', () => document.getElementById('PanelUI-zen-gradient-generator'));
|
||||
ChromeUtils.defineLazyGetter(this, 'toolbox', () => document.getElementById('navigator-toolbox'));
|
||||
ChromeUtils.defineLazyGetter(this, 'toolbox', () => document.getElementById('TabsToolbar'));
|
||||
|
||||
this.initRotation();
|
||||
this.initCanvas();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue