mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
fix: welcome text, remove old buggy global widget zoom
This commit is contained in:
@@ -74,6 +74,7 @@ export default class SearchSettings extends PureComponent {
|
||||
<>
|
||||
<h2>{search.title}</h2>
|
||||
<Switch name='searchBar' text={language.enabled} category='widgets' />
|
||||
{/* not supported on firefox */}
|
||||
{(navigator.userAgent.includes('Chrome') && typeof InstallTrigger === 'undefined') ?
|
||||
<Checkbox name='voiceSearch' text={search.voice_search} category='search'/>
|
||||
: null}
|
||||
|
||||
Reference in New Issue
Block a user