mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
unisonReload
This commit is contained in:
parent
9f836d269e
commit
7b17b2dee4
1 changed files with 1 additions and 1 deletions
|
@ -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 + ' (β)',
|
||||||
|
|
Loading…
Reference in a new issue