forked from FoundKeyGang/FoundKey
fix(client): switch to receive email notifications
Fix https://github.com/misskey-dev/misskey/issues/8474
This commit is contained in:
parent
2d4089ce09
commit
8ed288cb22
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ You should also include the user name that made the change.
|
|||
- Server: Fix GenerateVideoThumbnail failed @mei23
|
||||
- Server: Ensure temp directory cleanup @Johann150
|
||||
- favicons of federated instances not showing @syuilo
|
||||
- Client: fix switch to receive email notifications @syuilo
|
||||
|
||||
## 12.111.1 (2022/06/13)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</FormSection>
|
||||
|
||||
<FormSection>
|
||||
<FormSwitch :value="$i.receiveAnnouncementEmail" @update:modelValue="onChangeReceiveAnnouncementEmail">
|
||||
<FormSwitch :model-value="$i.receiveAnnouncementEmail" @update:modelValue="onChangeReceiveAnnouncementEmail">
|
||||
{{ $ts.receiveAnnouncementFromInstance }}
|
||||
</FormSwitch>
|
||||
</FormSection>
|
||||
|
|
Loading…
Reference in a new issue