mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
improve calendar style
This commit is contained in:
@@ -411,7 +411,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
}
|
||||
if (ref.type === 'boop') {
|
||||
ref.message = ref.title;
|
||||
if (ref.details?.emojiId.startsWith('default_')) {
|
||||
if (ref.details?.emojiId?.startsWith('default_')) {
|
||||
ref.details.imageUrl = ref.details.emojiId;
|
||||
ref.message += ` ${ref.details.emojiId.replace('default_', '')}`;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user