Improved native options.

This commit is contained in:
Paul
2021-08-01 14:22:08 +01:00
parent 5c100b212e
commit 0ff6d0ca90
6 changed files with 292 additions and 75 deletions

View File

@@ -210,6 +210,9 @@ export default function Settings() {
{GIT_BRANCH === "production" ? "Stable" : "Nightly"}{" "}
{APP_VERSION}
</span>
{window.isNative && (
<span>Native: {window.nativeVersion}</span>
)}
<span>
API: {client.configuration?.revolt ?? "N/A"}
</span>