Quality checks/fixes
This commit is contained in:
+2
-1
@@ -139,7 +139,8 @@ enum class FeatureFlags(
|
||||
JumpToUnread(
|
||||
key = "feature.jump_to_unread",
|
||||
title = "Jump to unread messages",
|
||||
description = "Show a button to jump to the read marker, plus a count badge on the scroll-to-bottom button when new messages arrive while scrolled away.",
|
||||
description = "Show a button to jump to the read marker, plus a count badge on the scroll-to-bottom button " +
|
||||
"when new messages arrive while scrolled away.",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user