mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat(core): mark snaps as seen
This commit is contained in:
@ -612,6 +612,7 @@
|
||||
"auto_download": "\u2B07\uFE0F Auto Download",
|
||||
"auto_save": "\uD83D\uDCAC Auto Save Messages",
|
||||
"stealth": "\uD83D\uDC7B Stealth Mode",
|
||||
"mark_as_seen": "\uD83D\uDC40 Mark Snaps as seen",
|
||||
"conversation_info": "\uD83D\uDC64 Conversation Info",
|
||||
"e2e_encryption": "\uD83D\uDD12 Use E2E Encryption"
|
||||
},
|
||||
@ -710,6 +711,7 @@
|
||||
},
|
||||
|
||||
"friend_menu_option": {
|
||||
"mark_as_seen": "Mark Snaps as seen",
|
||||
"preview": "Preview",
|
||||
"stealth_mode": "Stealth Mode",
|
||||
"auto_download_blacklist": "Auto Download Blacklist",
|
||||
|
@ -19,7 +19,7 @@ class UserInterfaceTweaks : ConfigContainer() {
|
||||
}
|
||||
|
||||
val friendFeedMenuButtons = multiple(
|
||||
"friend_feed_menu_buttons","conversation_info", *MessagingRuleType.entries.filter { it.showInFriendMenu }.map { it.key }.toTypedArray()
|
||||
"friend_feed_menu_buttons","conversation_info", "mark_as_seen", *MessagingRuleType.entries.filter { it.showInFriendMenu }.map { it.key }.toTypedArray()
|
||||
).apply {
|
||||
set(mutableListOf("conversation_info", MessagingRuleType.STEALTH.key))
|
||||
}
|
||||
|
Reference in New Issue
Block a user