mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 15:36:12 +00:00
Bug reported by Zambala: Need to restart firefox after installing webext
This commit is contained in:
parent
245e8ff1a2
commit
15c1836e28
@ -45,7 +45,7 @@ core.Settings.load = function(callback){ // Load settings
|
|||||||
titleBackgroundColorHover: null
|
titleBackgroundColorHover: null
|
||||||
},
|
},
|
||||||
root: 'Quick Dial',
|
root: 'Quick Dial',
|
||||||
node: {}
|
node: { children: [] }
|
||||||
}
|
}
|
||||||
}).then(function(obj){
|
}).then(function(obj){
|
||||||
if(obj.grid.cells.backIcon){ // Upgrade Data Version
|
if(obj.grid.cells.backIcon){ // Upgrade Data Version
|
||||||
|
Loading…
Reference in New Issue
Block a user