diff --git a/external/lang b/external/lang index 296a3d98..db62af5c 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit 296a3d982c6a596176c9bbbd55020cd6ce760b9a +Subproject commit db62af5cee441c5d78bf4fc18c40f4aeffafc97d diff --git a/src/pages/settings/Settings.tsx b/src/pages/settings/Settings.tsx index 25ed1148..7b0f5c36 100644 --- a/src/pages/settings/Settings.tsx +++ b/src/pages/settings/Settings.tsx @@ -35,6 +35,7 @@ import { LineDivider } from "@revoltchat/ui"; import { useApplicationState } from "../../mobx/State"; import { useIntermediate } from "../../context/intermediate/Intermediate"; +import { modalController } from "../../context/modals"; import RequiresOnline from "../../context/revoltjs/RequiresOnline"; import { AppContext, LogOutContext } from "../../context/revoltjs/RevoltClient"; @@ -259,9 +260,13 @@ export default observer(() => { category="pages" custom={ <> - + + modalController.push({ type: "changelog" }) + }> - + { - + logout()} className={styles.logOut}