Fix checkbox labels (#1947)

* fix create galleries from folders checkbox id
* add missing checkbox ids
This commit is contained in:
7dJx1qP
2021-11-03 17:21:34 -04:00
committed by GitHub
parent ed9d80fcfc
commit a8a5d547ed
3 changed files with 5 additions and 2 deletions

View File

@@ -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",