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 }