forked from mirrors/misskey
@@ -186,7 +186,7 @@ const menuDef = computed(() => [{
|
||||
},
|
||||
}, {
|
||||
type: 'button',
|
||||
icon: 'ti ti-logout',
|
||||
icon: 'ti ti-power',
|
||||
text: i18n.ts.logout,
|
||||
action: async () => {
|
||||
const { canceled } = await os.confirm({
|
||||
|
||||
@@ -386,7 +386,7 @@ function menu(ev: MouseEvent, profileId: string) {
|
||||
download: `${profiles[profileId].name}.json`,
|
||||
}, null, {
|
||||
text: ts.rename,
|
||||
icon: 'ti ti-cursor-text',
|
||||
icon: 'ti ti-forms',
|
||||
action: () => rename(profileId),
|
||||
}, {
|
||||
text: ts._preferencesBackups.save,
|
||||
|
||||
Reference in New Issue
Block a user