mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Changed input labels in settings (fixing #430)
This commit is contained in:
@@ -223,9 +223,9 @@ export const UISettings = (): JSX.Element => {
|
|||||||
</select>
|
</select>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
|
|
||||||
{/* HIDE CATEGORIES */}
|
{/* HIDE BOOKMARK CATEGORIES */}
|
||||||
<InputGroup>
|
<InputGroup>
|
||||||
<label htmlFor="hideCategories">Hide categories</label>
|
<label htmlFor="hideCategories">Hide bookmarks</label>
|
||||||
<select
|
<select
|
||||||
id="hideCategories"
|
id="hideCategories"
|
||||||
name="hideCategories"
|
name="hideCategories"
|
||||||
|
|||||||
Reference in New Issue
Block a user