mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-13 22:35:01 +02:00
refactor(client): align filename to component name
This commit is contained in:
@@ -34,7 +34,7 @@ async function readAllNotifications() {
|
||||
|
||||
function configure() {
|
||||
const includingTypes = 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,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user