mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Turn search back on
This commit is contained in:
parent
50824becac
commit
3fe7ea6c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ function Header() {
|
|||
const requestedAboutPage = useActionCreator(Actions.requestedAboutPage);
|
||||
const setInput = useFocusOnSlash();
|
||||
|
||||
const enableSearch = false;
|
||||
const enableSearch = true;
|
||||
|
||||
return (
|
||||
<div id="search">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue