mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Themes: add themes
This commit is contained in:
parent
ab69dff04d
commit
26760082f9
6 changed files with 132 additions and 17 deletions
|
|
@ -84,7 +84,7 @@ export default function ({ currentWindow, inputType, sendMessage }) {
|
|||
value={inputText}
|
||||
placeholder={placeholder[inputType]}
|
||||
autofocus
|
||||
autocomplete="off"
|
||||
autocomplete='off'
|
||||
onDblClick={enterFullscreen}
|
||||
onInput={({ target: { value } }) => setInputText(value)}
|
||||
type='search' />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue