diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-17 22:20:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-17 22:20:35 +0900 |
| commit | 5c6e389cd54171ab15b4fa366d9f1ec6606a7930 (patch) | |
| tree | 8e7c9096d99f5e4a4c9c7ff245db44b7efb8f466 /src | |
| parent | Implement in-unison reload (#7196) (diff) | |
| download | sharkey-5c6e389cd54171ab15b4fa366d9f1ec6606a7930.tar.gz sharkey-5c6e389cd54171ab15b4fa366d9f1ec6606a7930.tar.bz2 sharkey-5c6e389cd54171ab15b4fa366d9f1ec6606a7930.zip | |
unisonReload
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/sidebar.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index 3d23d2f1ce..6bc786fdc0 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 + ' (β)', |