refactor: feature based defaults

Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-06-11 11:13:17 +01:00
parent 8e993b4f93
commit bf1d1660e4
13 changed files with 174 additions and 75 deletions

View File

@@ -0,0 +1,9 @@
const DefaultOptions = {
search: false,
searchEngine: 'duckduckgo',
customSearchEngine: '',
voiceSearch: false,
searchDropdown: false
};
export default DefaultOptions;