Comment out link for nightly desktop build

This commit is contained in:
kate
2023-05-05 18:00:36 +08:00
parent c426b6c184
commit a436c6f0a6

View File

@@ -66,7 +66,7 @@ export function Native() {
title="Enable Discord status"
description="Rep Revolt on your Discord status."
/>
<Checkbox
{/* <Checkbox
value={config.build === "nightly"}
onChange={(nightly) => {
const build = nightly ? "nightly" : "stable";
@@ -79,7 +79,7 @@ export function Native() {
}}
title="Revolt Nightly"
description="Use the beta branch of Revolt."
/>
/> */}
<h3>Titlebar</h3>
<Checkbox