window reload

This commit is contained in:
SpikeHD
2022-07-14 20:13:51 -07:00
parent fc5ffae1e2
commit bae193050f

View File

@@ -67,6 +67,9 @@ export default class TopBar extends React.Component<IProps, IState> {
// Activate... SWAG MODE
await setConfigOption('swag_mode', true)
// Reload the window
window.location.reload()
return
}