mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat(core/camera_tweaks): black photos
This commit is contained in:
@ -434,6 +434,10 @@
|
||||
"name": "Disable Camera",
|
||||
"description": "Prevents Snapchat from using the cameras available on your device"
|
||||
},
|
||||
"black_photos": {
|
||||
"name": "Black Photos",
|
||||
"description": "Replaces captured photos with a black background\nVideos are not affected"
|
||||
},
|
||||
"immersive_camera_preview": {
|
||||
"name": "Immersive Preview",
|
||||
"description": "Prevents Snapchat from Cropping the Camera preview\nThis might cause the camera to flicker on some devices"
|
||||
|
@ -40,6 +40,7 @@ class Camera : ConfigContainer() {
|
||||
|
||||
val disable = boolean("disable_camera")
|
||||
val immersiveCameraPreview = boolean("immersive_camera_preview") { addNotices(FeatureNotice.UNSTABLE) }
|
||||
val blackPhotos = boolean("black_photos")
|
||||
val overridePreviewResolution get() = _overridePreviewResolution
|
||||
val overridePictureResolution get() = _overridePictureResolution
|
||||
val customFrameRate = unique("custom_frame_rate",
|
||||
|
Reference in New Issue
Block a user