Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina 2021-02-18 21:53:13 +09:00
commit a96420f395
1 changed files with 1 additions and 1 deletions

View File

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