Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-02-15 06:22:24 +09:00
22 changed files with 3463 additions and 44 deletions

View File

@@ -142,6 +142,12 @@ export const sidebarDef = {
localStorage.setItem('ui', 'deck');
unisonReload();
}
}, {
text: 'Chat (β)',
action: () => {
localStorage.setItem('ui', 'chat');
location.reload();
}
}, {
text: i18n.locale.desktop + ' (β)',
action: () => {