-
Notifications
You must be signed in to change notification settings - Fork 392
modify some settings and update PreferencesManager #2723
Conversation
Is VectorPreferenceCategory used often? I was trying to figure out why the Labs category always has a bold title, turns out the custom category class sets text as bold, which I think looks a tad odd. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please fix errors reported by Travis |
I assume VectorPreferenceCategory should be used only in Also I wanted to let you know that I've started to migrate to preference from v7 support library. It's not done yet, but it will be in a near future. |
Signed-off-by: Dillon Kanada [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dkanada ,
Thanks for the update. Everything looks perfect, except a wording that I didn't notice before.
Benoît
This is related to issue #2436 and removes double negation in some of the settings. I also grouped the keys a bit more clearly in PreferencesManager and modified a couple other strings.
I tried to slim down some of the setting titles because I think it might be better in the future to explain the settings in the description and have more concise titles. One example is the inline URL previews, the title could just be
Inline URL Previews
and the description could explain that they will only be shown if your homeserver enables the feature.