Split settings into multiple files

This commit is contained in:
Simon Cambier
2025-02-15 18:15:43 +01:00
parent 230df3f4b4
commit d495f49a35
11 changed files with 977 additions and 912 deletions

View File

@@ -12,14 +12,14 @@ import {
} from './components/modals'
import {
getDefaultSettings,
isCacheEnabled,
isPluginDisabled,
loadSettings,
type OmnisearchSettings,
saveSettings,
SettingsTab,
showExcerpt,
} from './settings'
import type { OmnisearchSettings } from './settings/utils'
import { isCacheEnabled } from './settings/utils'
import { saveSettings } from './settings/utils'
import { isPluginDisabled } from './settings/utils'
import {
eventBus,
EventNames,