mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
fix(core): old bitmoji selfie
This commit is contained in:
@ -274,9 +274,9 @@
|
||||
"name": "Hide UI Components",
|
||||
"description": "Select which UI components to hide"
|
||||
},
|
||||
"2d_bitmoji_selfie": {
|
||||
"name": "2D Bitmoji Selfie",
|
||||
"description": "Brings back the 2D Bitmoji selfies from older Snapchat versions\nYou may need to clean the Snapchat cache for this to take effect"
|
||||
"old_bitmoji_selfie": {
|
||||
"name": "Old Bitmoji Selfie",
|
||||
"description": "Brings back the Bitmoji selfies from older Snapchat versions"
|
||||
},
|
||||
"disable_spotlight": {
|
||||
"name": "Disable Spotlight",
|
||||
@ -693,6 +693,10 @@
|
||||
"bypass_video_length_restriction": {
|
||||
"single": "Single media",
|
||||
"split": "Split media"
|
||||
},
|
||||
"old_bitmoji_selfie": {
|
||||
"2d": "2D Bitmoji",
|
||||
"3d": "3D Bitmoji"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -41,7 +41,7 @@ class UserInterfaceTweaks : ConfigContainer() {
|
||||
"hide_chat_call_buttons",
|
||||
"hide_profile_call_buttons"
|
||||
) { requireRestart() }
|
||||
val ddBitmojiSelfie = boolean("2d_bitmoji_selfie") { requireCleanCache() }
|
||||
val oldBitmojiSelfie = unique("old_bitmoji_selfie", "2d", "3d") { requireCleanCache() }
|
||||
val disableSpotlight = boolean("disable_spotlight") { requireRestart() }
|
||||
val storyViewerOverride = unique("story_viewer_override", "DISCOVER_PLAYBACK_SEEKBAR", "VERTICAL_STORY_VIEWER") { requireRestart() }
|
||||
}
|
||||
|
Reference in New Issue
Block a user