fix component import

This commit is contained in:
ThatOneCalculator 2023-03-16 18:45:07 -07:00
parent 2422a8fe7a
commit 3955b12af0
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export function getNoteMenu(props: {
function muteThread(): void { function muteThread(): void {
// show global settings by default // show global settings by default
const includingTypes = foundkey.notificationTypes.filter(x => !$i.mutingNotificationTypes.includes(x)); const includingTypes = foundkey.notificationTypes.filter(x => !$i.mutingNotificationTypes.includes(x));
os.popup(defineAsyncComponent(() => import('@/components/notification-setting-window.vue')), { os.popup(defineAsyncComponent(() => import('@/components/MkNotificationSettingWindow.vue')), {
includingTypes, includingTypes,
showGlobalToggle: false, showGlobalToggle: false,
message: i18n.ts.threadMuteNotificationsDesc, message: i18n.ts.threadMuteNotificationsDesc,