mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat(core/add_friend_spoof_spoof): added by quick add
This commit is contained in:
@ -674,6 +674,7 @@
|
||||
"spotlight": "Spotlight"
|
||||
},
|
||||
"add_friend_source_spoof": {
|
||||
"added_by_quick_add": "By Quick Add",
|
||||
"added_by_username": "By Username",
|
||||
"added_by_mention": "By Mention",
|
||||
"added_by_group_chat": "By Group Chat",
|
||||
|
@ -24,6 +24,7 @@ class Experimental : ConfigContainer() {
|
||||
requireRestart()
|
||||
}
|
||||
val addFriendSourceSpoof = unique("add_friend_source_spoof",
|
||||
"added_by_quick_add",
|
||||
"added_by_username",
|
||||
"added_by_mention",
|
||||
"added_by_group_chat",
|
||||
|
Reference in New Issue
Block a user