Merge branch 'develop' into swn

This commit is contained in:
tamaina 2021-08-21 20:00:47 +09:00
commit a38c28c9e0
150 changed files with 2270 additions and 171 deletions

View file

@ -330,6 +330,13 @@ for (const plugin of ColdDeviceStorage.get('plugins').filter(p => p.active)) {
}
if ($i) {
if ($i.isDeleted) {
dialog({
type: 'warning',
text: i18n.locale.accountDeletionInProgress,
});
}
if ('Notification' in window) {
// 許可を得ていなかったらリクエスト
if (Notification.permission === 'default') {