parent
1875bf4bfe
commit
f036f0bd83
|
@ -414,7 +414,7 @@
|
||||||
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
||||||
"Prompt before sending invites to potentially invalid matrix IDs": "Prompt before sending invites to potentially invalid matrix IDs",
|
"Prompt before sending invites to potentially invalid matrix IDs": "Prompt before sending invites to potentially invalid matrix IDs",
|
||||||
"Show developer tools": "Show developer tools",
|
"Show developer tools": "Show developer tools",
|
||||||
"Order rooms alphabetically by name instead of by recent activity": "Order rooms alphabetically by name instead of by recent activity",
|
"Order rooms by name": "Order rooms by name",
|
||||||
"Show rooms with unread notifications first": "Show rooms with unread notifications first",
|
"Show rooms with unread notifications first": "Show rooms with unread notifications first",
|
||||||
"Show shortcuts to recently viewed rooms above the room list": "Show shortcuts to recently viewed rooms above the room list",
|
"Show shortcuts to recently viewed rooms above the room list": "Show shortcuts to recently viewed rooms above the room list",
|
||||||
"Show hidden events in timeline": "Show hidden events in timeline",
|
"Show hidden events in timeline": "Show hidden events in timeline",
|
||||||
|
|
|
@ -435,7 +435,7 @@ export const SETTINGS = {
|
||||||
},
|
},
|
||||||
"RoomList.orderAlphabetically": {
|
"RoomList.orderAlphabetically": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td("Order rooms alphabetically by name instead of by recent activity"),
|
displayName: _td("Order rooms by name"),
|
||||||
default: true,
|
default: true,
|
||||||
invertedSettingName: "RoomList.orderByRecents",
|
invertedSettingName: "RoomList.orderByRecents",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue