mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak memo detail styles
This commit is contained in:
@ -36,6 +36,7 @@ const VersionUpdateMessage = ({ inbox }: Props) => {
|
||||
if (!activity?.payload?.versionUpdate?.version) {
|
||||
return;
|
||||
}
|
||||
|
||||
window.open(`https://github.com/usememos/memos/releases/tag/v${activity?.payload?.versionUpdate?.version}`);
|
||||
if (inbox.status === Inbox_Status.UNREAD) {
|
||||
handleArchiveMessage(true);
|
||||
|
Reference in New Issue
Block a user