mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat(core/mark_as_seen): close menu on click
- sort rule features
This commit is contained in:
@ -31,8 +31,8 @@ enum class MessagingRuleType(
|
||||
val listMode: Boolean,
|
||||
val showInFriendMenu: Boolean = true
|
||||
) {
|
||||
AUTO_DOWNLOAD("auto_download", true),
|
||||
STEALTH("stealth", true),
|
||||
AUTO_DOWNLOAD("auto_download", true),
|
||||
AUTO_SAVE("auto_save", true),
|
||||
HIDE_FRIEND_FEED("hide_friend_feed", false, showInFriendMenu = false),
|
||||
E2E_ENCRYPTION("e2e_encryption", false),
|
||||
|
Reference in New Issue
Block a user