Merge branch 'develop' into swn

This commit is contained in:
tamaina
2021-08-21 20:00:47 +09:00
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') {