From 5c6e389cd54171ab15b4fa366d9f1ec6606a7930 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 17 Feb 2021 22:20:35 +0900 Subject: [PATCH] unisonReload --- src/client/sidebar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index 3d23d2f1c..6bc786fdc 100644 --- a/src/client/sidebar.ts +++ b/src/client/sidebar.ts @@ -146,7 +146,7 @@ export const sidebarDef = { text: 'Chat (β)', action: () => { localStorage.setItem('ui', 'chat'); - location.reload(); + unisonReload(); } }, { text: i18n.locale.desktop + ' (β)',