1
0
Fork 0

change language better for now.

This commit is contained in:
ChaotiCryptidz 2022-01-11 13:29:38 +00:00
parent c5c2b63d17
commit bfaa43ce3a

View file

@ -50,6 +50,7 @@ export class SetLanguage extends Component<DefaultPageProps> {
this.props.settings.pageDirection = t("language_direction");
// TODO: make navbar somethingy
//reloadNavBar(this.router);
route("/");
//route("/");
window.location.pathname = "/";
}
}