unisonReload

This commit is contained in:
syuilo 2021-02-17 22:20:35 +09:00
parent 9f836d269e
commit 7b17b2dee4

View File

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