From bae193050f3de6f5ae783de1cc1a941d7c521fe7 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Thu, 14 Jul 2022 20:13:51 -0700 Subject: [PATCH] window reload --- src/ui/components/TopBar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ui/components/TopBar.tsx b/src/ui/components/TopBar.tsx index 01b23ec..91b6e6b 100644 --- a/src/ui/components/TopBar.tsx +++ b/src/ui/components/TopBar.tsx @@ -67,6 +67,9 @@ export default class TopBar extends React.Component { // Activate... SWAG MODE await setConfigOption('swag_mode', true) + // Reload the window + window.location.reload() + return }