mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix: comment out link for nightly desktop build (#882)
This commit is contained in:
@@ -66,7 +66,7 @@ export function Native() {
|
|||||||
title="Enable Discord status"
|
title="Enable Discord status"
|
||||||
description="Rep Revolt on your Discord status."
|
description="Rep Revolt on your Discord status."
|
||||||
/>
|
/>
|
||||||
<Checkbox
|
{/* <Checkbox
|
||||||
value={config.build === "nightly"}
|
value={config.build === "nightly"}
|
||||||
onChange={(nightly) => {
|
onChange={(nightly) => {
|
||||||
const build = nightly ? "nightly" : "stable";
|
const build = nightly ? "nightly" : "stable";
|
||||||
@@ -79,7 +79,7 @@ export function Native() {
|
|||||||
}}
|
}}
|
||||||
title="Revolt Nightly"
|
title="Revolt Nightly"
|
||||||
description="Use the beta branch of Revolt."
|
description="Use the beta branch of Revolt."
|
||||||
/>
|
/> */}
|
||||||
|
|
||||||
<h3>Titlebar</h3>
|
<h3>Titlebar</h3>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|||||||
Reference in New Issue
Block a user