Add ability to send Telegram notifications silently.

This commit is contained in:
Nikita Lutsenko
2022-11-19 16:10:30 -08:00
parent bc3229828e
commit da16796ec4
3 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,15 @@
<a :href="telegramGetUpdatesURL('withToken')" target="_blank" style="word-break: break-word;">{{ telegramGetUpdatesURL("masked") }}</a>
</p>
</div>
<div class="form-check form-switch">
<input v-model="$parentnotification.telegramSendSilently" class="form-check-input" type="checkbox">
<label class="form-check-label">{{ $t("Send Silently") }}</label>
</div>
<div class="form-text">
{{ $t("telegramSendSilentlyDescription") }}
</div>
</div>
</template>