feat: disable memories snap feed
This commit is contained in:
@@ -506,6 +506,10 @@
|
||||
"name": "Block Ads",
|
||||
"description": "Prevents Advertisements from being displayed"
|
||||
},
|
||||
"disable_memories_snap_feed": {
|
||||
"name": "Disable Memories Snap Feed",
|
||||
"description": "Prevents Snapchat from showing recent memories when you swipe up in camera"
|
||||
},
|
||||
"spotlight_comments_username": {
|
||||
"name": "Spotlight Comments Username",
|
||||
"description": "Shows author username in Spotlight comments"
|
||||
|
||||
@@ -14,6 +14,7 @@ class Global : ConfigContainer() {
|
||||
val disableMetrics = boolean("disable_metrics") { requireRestart() }
|
||||
val disableStorySections = multiple("disable_story_sections", "friends", "following", "discover") { requireRestart(); requireCleanCache() }
|
||||
val blockAds = boolean("block_ads")
|
||||
val disableMemoriesSnapFeed = boolean("disable_memories_snap_feed")
|
||||
val spotlightCommentsUsername = boolean("spotlight_comments_username") { requireRestart() }
|
||||
val bypassVideoLengthRestriction = unique("bypass_video_length_restriction", "split", "single") { addNotices(
|
||||
FeatureNotice.BAN_RISK); requireRestart(); nativeHooks() }
|
||||
|
||||
Reference in New Issue
Block a user