fix: comment out link for nightly desktop build (#882)

pull/1049/head
kate 2023-05-07 02:19:45 +08:00 committed by GitHub
parent 459646aa31
commit b3d0ef6f7b
1 changed files with 2 additions and 2 deletions

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