mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Create movies from scene edit dropdown (#3928)
This commit is contained in:
@@ -549,6 +549,19 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
})
|
||||
}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="disableDropdownCreate_movie"
|
||||
headingID="movie"
|
||||
checked={iface.disableDropdownCreate?.movie ?? undefined}
|
||||
onChange={(v) =>
|
||||
saveInterface({
|
||||
disableDropdownCreate: {
|
||||
...iface.disableDropdownCreate,
|
||||
movie: v,
|
||||
},
|
||||
})
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
<NumberSetting
|
||||
id="max_options_shown"
|
||||
|
||||
Reference in New Issue
Block a user