1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 10:19:26 -05:00

unisonReload

This commit is contained in:
syuilo 2021-02-17 22:20:35 +09:00
parent 126826eb5a
commit 5c6e389cd5

View file

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