Merge pull request #2703 from krille-chan/krille/follow-up-low-priority
chore: Follow up low priority
This commit is contained in:
commit
4a8773c67b
1 changed files with 36 additions and 34 deletions
|
|
@ -578,6 +578,7 @@ class ChatListController extends State<ChatList>
|
|||
],
|
||||
),
|
||||
),
|
||||
if (!room.isLowPriority)
|
||||
PopupMenuItem(
|
||||
value: ChatContextAction.favorite,
|
||||
child: Row(
|
||||
|
|
@ -595,6 +596,7 @@ class ChatListController extends State<ChatList>
|
|||
],
|
||||
),
|
||||
),
|
||||
if (!room.isFavourite)
|
||||
PopupMenuItem(
|
||||
value: ChatContextAction.lowPriority,
|
||||
child: Row(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue