mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 00:34:49 +02:00
refactor
This commit is contained in:
@@ -55,11 +55,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<MkPushNotificationAllowButton ref="allowButton"/>
|
||||
<MkSwitch :disabled="!pushRegistrationInServer" :modelValue="sendReadMessage" @update:modelValue="onChangeSendReadMessage">
|
||||
<template #label>{{ i18n.ts.sendPushNotificationReadMessage }}</template>
|
||||
<template #caption>
|
||||
<I18n :src="i18n.ts.sendPushNotificationReadMessageCaption">
|
||||
<template #emptyPushNotificationMessage>{{ i18n.ts._notification.emptyPushNotificationMessage }}</template>
|
||||
</I18n>
|
||||
</template>
|
||||
<template #caption>{{ i18n.ts.sendPushNotificationReadMessageCaption }}</template>
|
||||
</MkSwitch>
|
||||
</div>
|
||||
</FormSection>
|
||||
|
||||
Reference in New Issue
Block a user