mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix checkbox labels (#1947)
* fix create galleries from folders checkbox id * add missing checkbox ids
This commit is contained in:
@@ -274,8 +274,9 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
|
||||
<Form.Group>
|
||||
<h5>{intl.formatMessage({ id: "config.ui.scene_player.heading" })}</h5>
|
||||
<Form.Group id="auto-start-video">
|
||||
<Form.Group>
|
||||
<Form.Check
|
||||
id="auto-start-video"
|
||||
checked={autostartVideo}
|
||||
label={intl.formatMessage({
|
||||
id: "config.ui.scene_player.options.auto_start_video",
|
||||
|
||||
Reference in New Issue
Block a user