fix component import
This commit is contained in:
parent
2422a8fe7a
commit
3955b12af0
|
@ -82,7 +82,7 @@ export function getNoteMenu(props: {
|
|||
function muteThread(): void {
|
||||
// show global settings by default
|
||||
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,
|
||||
showGlobalToggle: false,
|
||||
message: i18n.ts.threadMuteNotificationsDesc,
|
||||
|
|
Loading…
Reference in New Issue