refactor(core): remove simple snapchat
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -466,10 +466,6 @@
|
||||
"home_tab": {
|
||||
"name": "Home Tab",
|
||||
"description": "Overrides the startup tab when opening Snapchat"
|
||||
},
|
||||
"simple_snapchat":{
|
||||
"name": "Simple Snapchat",
|
||||
"description": "Enables a simplified version of Snapchat"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1273,10 +1269,6 @@
|
||||
"discover": "Discover",
|
||||
"spotlight": "Spotlight"
|
||||
},
|
||||
"simple_snapchat": {
|
||||
"always_enabled": "Always Enabled",
|
||||
"always_disabled": "Always Disabled"
|
||||
},
|
||||
"add_friend_source_spoof": {
|
||||
"added_by_username": "By Username",
|
||||
"added_by_mention": "By Mention",
|
||||
|
||||
@@ -13,7 +13,6 @@ class UserInterfaceTweaks : ConfigContainer() {
|
||||
|
||||
val appAppearance = unique("app_appearance", "always_light", "always_dark") { requireRestart() }
|
||||
val homeTab = unique("home_tab", *tabs) { addNotices(FeatureNotice.UNSTABLE); requireRestart() }
|
||||
val simpleSnapchat = unique("simple_snapchat", "always_enabled", "always_disabled") { addNotices(FeatureNotice.UNSTABLE); requireRestart() }
|
||||
}
|
||||
|
||||
inner class FriendFeedMessagePreview : ConfigContainer(hasGlobalState = true) {
|
||||
|
||||
Reference in New Issue
Block a user