aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-01-03 02:37:22 +0100
committerVendicated <vendicated@riseup.net>2023-01-03 02:37:22 +0100
commit933216fcd56b7ca6e199f3393f2621ea6558d40d (patch)
treecb583c27430af046fbb1e5db7344f8831e0400cc
parentbcbbc79365de186b4b911ed4b647854c2d1330b9 (diff)
downloadVencord-933216fcd56b7ca6e199f3393f2621ea6558d40d.tar.gz
Vencord-933216fcd56b7ca6e199f3393f2621ea6558d40d.tar.bz2
Vencord-933216fcd56b7ca6e199f3393f2621ea6558d40d.zip
QoL(PluginSettings): auto focus search bar
-rw-r--r--src/components/PluginSettings/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx
index 27618d4..b51615f 100644
--- a/src/components/PluginSettings/index.tsx
+++ b/src/components/PluginSettings/index.tsx
@@ -283,7 +283,7 @@ export default ErrorBoundary.wrap(function Settings() {
<ReloadRequiredCard plugins={[...changes.getChanges()]} style={{ marginBottom: 16 }} />
<div className={cl("filter-controls")}>
- <TextInput value={searchValue.value} placeholder="Search for a plugin..." onChange={onSearch} style={{ marginBottom: 24 }} />
+ <TextInput autoFocus value={searchValue.value} placeholder="Search for a plugin..." onChange={onSearch} style={{ marginBottom: 24 }} />
<div className={InputStyles.inputWrapper}>
<Select
className={InputStyles.inputDefault}