Skip to content

Commit

Permalink
Fix repeated call to zotero7transition on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegewie committed Jul 24, 2023
1 parent 2e444f5 commit 90cdc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotfile/zotfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Zotero.ZotFile = new function() {
// Transition to Zotero 7
if(this.getPref('zotero7transition')) {
this.zotero7transition(true);
this.getPref('zotero7transition', false)
this.setPref('zotero7transition', false);
}
// determine folder seperator depending on OS
this.folderSep = Zotero.isWin ? '\\' : '/';
Expand Down

0 comments on commit 90cdc1e

Please sign in to comment.