mirror of https://github.com/zulip/zulip.git
settings: Reorder starred_message_counts and fluid_layout_width.
This commit re orders the 'Use full width on wide screens' and 'Show counts for starred messages' settings of Preferences settings.
This commit is contained in:
parent
7f4bc05f8e
commit
c7e2e048cb
|
@ -148,8 +148,8 @@ export const get_all_preferences = (): DisplaySettings => ({
|
|||
user_display_settings: [
|
||||
"dense_mode",
|
||||
"high_contrast_mode",
|
||||
"fluid_layout_width",
|
||||
"starred_message_counts",
|
||||
"fluid_layout_width",
|
||||
],
|
||||
},
|
||||
render_only: {
|
||||
|
|
Loading…
Reference in New Issue