Merge pull request #1936 from turt2live/travis/pinned-room-list

Add options to pin unread/mentioned rooms to the top of the room list
This commit is contained in:
Travis Ralston 2018-11-01 08:04:12 -06:00 committed by GitHub
commit 57b99893e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 0 deletions

View file

@ -82,6 +82,8 @@ const SIMPLE_SETTINGS = [
{ id: "TagPanel.disableTagPanel" },
{ id: "enableWidgetScreenshots" },
{ id: "RoomSubList.showEmpty" },
{ id: "pinMentionedRooms" },
{ id: "pinUnreadRooms" },
{ id: "showDeveloperTools" },
];