Fixed Tor and custom firefox profies not initializing settings https://github.com/libredirect/libredirect/issues/592
This commit is contained in:
parent
7ee9fb21ea
commit
e7082bcdaf
@ -2,6 +2,11 @@ window.browser = window.browser || window.chrome
|
||||
|
||||
import localise from "../../assets/javascripts/localise.js"
|
||||
import utils from "../../assets/javascripts/utils.js"
|
||||
import servicesHelper from "../../assets/javascripts/services.js"
|
||||
|
||||
if (!(await utils.getOptions())) {
|
||||
await servicesHelper.initDefaults()
|
||||
}
|
||||
|
||||
function changeTheme() {
|
||||
return new Promise(async resolve => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user