summaryrefslogtreecommitdiff
path: root/src/client/pages/settings/other.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/settings/other.vue')
-rw-r--r--src/client/pages/settings/other.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/pages/settings/other.vue b/src/client/pages/settings/other.vue
index 426d91ba01..c6ec9f6c0a 100644
--- a/src/client/pages/settings/other.vue
+++ b/src/client/pages/settings/other.vue
@@ -1,5 +1,7 @@
<template>
<FormBase>
+ <FormLink to="/settings/update">Misskey Update</FormLink>
+
<FormSwitch :value="$i.injectFeaturedNote" @update:value="onChangeInjectFeaturedNote">
{{ $ts.showFeaturedNotesInTimeline }}
</FormSwitch>