summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-10-25 01:24:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-10-25 01:24:01 +0900
commit90db793fd0f5aca22bb4b05351715eecf941efa7 (patch)
tree958d736d7f4b7a52b2faa6da3aaf02a6715a8559 /src
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-90db793fd0f5aca22bb4b05351715eecf941efa7.tar.gz
sharkey-90db793fd0f5aca22bb4b05351715eecf941efa7.tar.bz2
sharkey-90db793fd0f5aca22bb4b05351715eecf941efa7.zip
regesit
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/settings/index.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/pages/settings/index.vue b/src/client/pages/settings/index.vue
index 1bffa9c0af..c3cc3cc933 100644
--- a/src/client/pages/settings/index.vue
+++ b/src/client/pages/settings/index.vue
@@ -83,6 +83,7 @@ export default defineComponent({
case 'sounds': return defineAsyncComponent(() => import('./sounds.vue'));
case 'plugins': return defineAsyncComponent(() => import('./plugins.vue'));
case 'import-export': return defineAsyncComponent(() => import('./import-export.vue'));
+ case 'regedit': return defineAsyncComponent(() => import('./regedit.vue'));
default: return null;
}
});