fix(client): switch to receive email notifications

Fix https://github.com/misskey-dev/misskey/issues/8474
This commit is contained in:
syuilo 2022-07-19 17:21:03 +09:00 committed by Johann150
parent 2d4089ce09
commit 8ed288cb22
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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>