1
0
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:
MatMoul 2017-10-08 15:54:06 +02:00
parent 245e8ff1a2
commit 15c1836e28

View File

@ -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