mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat: bypass screenshot detection
This commit is contained in:
@ -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"
|
||||
|
@ -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")
|
||||
|
Reference in New Issue
Block a user