fix: welcome text, remove old buggy global widget zoom

This commit is contained in:
David Ralph
2021-08-23 15:52:05 +01:00
parent 30768053eb
commit daee291aa9
9 changed files with 6 additions and 17 deletions

View File

@@ -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}