Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
48e2523081
|
@ -399,7 +399,7 @@ function menu(ev: MouseEvent, profileId: string) {
|
||||||
icon: 'ti ti-device-floppy',
|
icon: 'ti ti-device-floppy',
|
||||||
action: () => save(profileId),
|
action: () => save(profileId),
|
||||||
}, null, {
|
}, null, {
|
||||||
text: ts._preferencesBackups.delete,
|
text: ts.delete,
|
||||||
icon: 'ti ti-trash',
|
icon: 'ti ti-trash',
|
||||||
action: () => deleteProfile(profileId),
|
action: () => deleteProfile(profileId),
|
||||||
danger: true,
|
danger: true,
|
||||||
|
|
Loading…
Reference in New Issue