mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 05:26:05 +02:00
add location
This commit is contained in:
@@ -2651,6 +2651,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
function deleteNotificationLogPrompt(row) {
|
||||
modalStore
|
||||
.confirm({
|
||||
// TODO: type translation
|
||||
description: t('confirm.delete_type', { type: row.type }),
|
||||
title: t('confirm.title')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user