fix default value for alphabetic sorting setting

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-02-26 23:21:37 +00:00
parent 75c593b2f4
commit e0fdfa1c1c
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ export const SETTINGS = {
"RoomList.orderAlphabetically": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td("Order rooms by name"),
default: true,
default: false,
},
"RoomList.orderByImportance": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,