feat: bypass screenshot detection

This commit is contained in:
rhunk
2023-11-10 19:21:19 +01:00
parent 9365528c74
commit b120b6a27d
4 changed files with 30 additions and 0 deletions

View File

@ -312,6 +312,10 @@
"name": "Messaging",
"description": "Change how you interact with friends",
"properties": {
"bypass_screenshot_detection": {
"name": "Bypass Screenshot Detection",
"description": "Prevents Snapchat from detecting when you take a screenshot"
},
"anonymous_story_viewing": {
"name": "Anonymous Story Viewing",
"description": "Prevents anyone from knowing you've seen their story"

View File

@ -5,6 +5,7 @@ import me.rhunk.snapenhance.common.config.FeatureNotice
import me.rhunk.snapenhance.common.data.NotificationType
class MessagingTweaks : ConfigContainer() {
val bypassScreenshotDetection = boolean("bypass_screenshot_detection") { requireRestart() }
val anonymousStoryViewing = boolean("anonymous_story_viewing")
val hideBitmojiPresence = boolean("hide_bitmoji_presence")
val hideTypingNotifications = boolean("hide_typing_notifications")