mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Create movies from scene edit dropdown (#3928)
This commit is contained in:
@@ -90,6 +90,7 @@ fragment ConfigInterfaceData on ConfigInterfaceResult {
|
||||
performer
|
||||
tag
|
||||
studio
|
||||
movie
|
||||
}
|
||||
handyKey
|
||||
funscriptOffset
|
||||
|
||||
@@ -269,6 +269,7 @@ input ConfigDisableDropdownCreateInput {
|
||||
performer: Boolean
|
||||
tag: Boolean
|
||||
studio: Boolean
|
||||
movie: Boolean
|
||||
}
|
||||
|
||||
enum ImageLightboxDisplayMode {
|
||||
@@ -366,6 +367,7 @@ type ConfigDisableDropdownCreate {
|
||||
performer: Boolean!
|
||||
tag: Boolean!
|
||||
studio: Boolean!
|
||||
movie: Boolean!
|
||||
}
|
||||
|
||||
type ConfigInterfaceResult {
|
||||
|
||||
Reference in New Issue
Block a user