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
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" },
];