Skip to content

Commit

Permalink
fix: circular dependency on defaults.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alex4401 committed Oct 11, 2024
1 parent ca351ea commit ea6b8fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions defaults.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { supportsDNR } from './js/util.js';


/**
* @typedef {Object} SearchModuleSettings
* @property {'filter'|'rewrite'|'none'|'disarm'} mode
Expand Down Expand Up @@ -32,7 +29,7 @@ function createFreshSet() {
disabledWikis: [],

// Developer settings - subject to change
useTabRedirect: !supportsDNR(),
useTabRedirect: true,
useRuntimeLists: false,
rtListLastSyncTime: 0,
ffUseOptimisedSearchCore: false,
Expand Down

0 comments on commit ea6b8fa

Please sign in to comment.