Skip to content

Commit

Permalink
leave default prefs loading to prefs proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Dec 22, 2024
1 parent 4cb58f5 commit 8e3fc03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ export async function startup({ resourceURI, rootURI = resourceURI.spec }, reaso

if (Zotero.BetterBibTeX) throw new Error('Better BibTeX is already started')

setDefaultPrefs(rootURI)

const $window = Cc['@mozilla.org/appshell/appShellService;1'].getService(Ci.nsIAppShellService).hiddenDOMWindow
Services.scriptloader.loadSubScriptWithOptions(`${ rootURI }content/better-bibtex.js`, {
charset: 'utf=8',
Expand Down

0 comments on commit 8e3fc03

Please sign in to comment.