Create movies from scene edit dropdown (#3928)

This commit is contained in:
dogwithakeyboard
2023-07-26 05:02:38 +01:00
committed by GitHub
parent 424aad8307
commit 9f2d12834b
8 changed files with 60 additions and 3 deletions

View File

@@ -90,6 +90,7 @@ fragment ConfigInterfaceData on ConfigInterfaceResult {
performer
tag
studio
movie
}
handyKey
funscriptOffset

View File

@@ -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 {