Add misskey update page

This commit is contained in:
syuilo
2021-01-23 16:52:45 +09:00
parent a2bef1fa52
commit 82207598f0
4 changed files with 101 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
<template>
<FormBase>
<FormLink to="/settings/update">Misskey Update</FormLink>
<FormSwitch :value="$i.injectFeaturedNote" @update:value="onChangeInjectFeaturedNote">
{{ $ts.showFeaturedNotesInTimeline }}
</FormSwitch>