remove title and change dialog icon
This commit is contained in:
@@ -103,8 +103,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
|
||||
|
||||
async function getConfirmed(text: string): Promise<boolean> {
|
||||
const confirm = await os.confirm({
|
||||
type: 'warning',
|
||||
title: i18n.ts.confirm,
|
||||
type: 'question',
|
||||
text,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user