mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat(core/better_notifications): mark as read
This commit is contained in:
@ -597,6 +597,7 @@
|
||||
"snap": "Show media",
|
||||
"reply_button": "Add reply button",
|
||||
"download_button": "Add download button",
|
||||
"mark_as_read_button": "Mark as Read button",
|
||||
"group": "Group notifications"
|
||||
},
|
||||
"friend_feed_menu_buttons": {
|
||||
@ -782,6 +783,15 @@
|
||||
"download": "Download"
|
||||
},
|
||||
|
||||
"better_notifications": {
|
||||
"button": {
|
||||
"reply": "Reply",
|
||||
"download": "Download",
|
||||
"mark_as_read": "Mark as Read"
|
||||
},
|
||||
"stealth_mode_notice": "Can't mark as read in stealth mode"
|
||||
},
|
||||
|
||||
"profile_picture_downloader": {
|
||||
"button": "Download Profile Picture",
|
||||
"title": "Profile Picture Downloader",
|
||||
|
@ -23,7 +23,7 @@ class MessagingTweaks : ConfigContainer() {
|
||||
customOptionTranslationPath = "features.options.notifications"
|
||||
nativeHooks()
|
||||
}
|
||||
val betterNotifications = multiple("better_notifications", "snap", "chat", "reply_button", "download_button", "group") { requireRestart() }
|
||||
val betterNotifications = multiple("better_notifications", "snap", "chat", "reply_button", "download_button", "mark_as_read_button", "group") { requireRestart() }
|
||||
val notificationBlacklist = multiple("notification_blacklist", *NotificationType.getIncomingValues().map { it.key }.toTypedArray()) {
|
||||
customOptionTranslationPath = "features.options.notifications"
|
||||
}
|
||||
|
Reference in New Issue
Block a user