mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
fix: view more button in notification center should navigate to notification page
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
|
||||
function navigateToTable() {
|
||||
isNotificationCenterOpen.value = false;
|
||||
router.push({ name: 'notification' });
|
||||
router.push({ name: 'notification', query: { fromCenter: '1' } });
|
||||
}
|
||||
|
||||
function showSendInviteResponseDialog(invite) {
|
||||
|
||||
Reference in New Issue
Block a user