mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
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:
9
src/features/search/options/default.js
Normal file
9
src/features/search/options/default.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const DefaultOptions = {
|
||||
search: false,
|
||||
searchEngine: 'duckduckgo',
|
||||
customSearchEngine: '',
|
||||
voiceSearch: false,
|
||||
searchDropdown: false
|
||||
};
|
||||
|
||||
export default DefaultOptions;
|
||||
Reference in New Issue
Block a user