Merge tag '2023.9.1' into merge-upstream

This commit is contained in:
riku6460
2023-09-27 04:56:47 +09:00
39 changed files with 326 additions and 107 deletions

View File

@@ -368,8 +368,8 @@ export function getNoteMenu(props: {
.filter(x => x !== undefined);
} else {
menu = [{
icon: 'ti ti-external-link',
text: i18n.ts.detailed,
icon: 'ti ti-info-circle',
text: i18n.ts.details,
action: openDetail,
}, {
icon: 'ti ti-copy',