Skip to content

Commit

Permalink
Fixed Tor and custom firefox profies not initializing settings libred…
Browse files Browse the repository at this point in the history
  • Loading branch information
RustomDuck committed Feb 1, 2023
1 parent 643bafb commit 253b84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/options/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 253b84c

Please sign in to comment.