114514
This commit is contained in:
@@ -34,6 +34,8 @@ export default function GroupMembersListItem({ user, chat }: Args) {
|
|||||||
dialog({
|
dialog({
|
||||||
headline: "移除群组成员",
|
headline: "移除群组成员",
|
||||||
description: `确定要移除 ${nickname} 吗?`,
|
description: `确定要移除 ${nickname} 吗?`,
|
||||||
|
closeOnEsc: true,
|
||||||
|
closeOnOverlayClick: true,
|
||||||
actions: [
|
actions: [
|
||||||
{
|
{
|
||||||
text: "取消",
|
text: "取消",
|
||||||
|
|||||||
Reference in New Issue
Block a user