Skip to content

Commit

Permalink
chore: remove this so people don't click it
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Jun 9, 2024
1 parent dfd96c4 commit 2722d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/panes/Native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function Native() {
</Button>
</p>
<h3 style={{ marginTop: "4em" }}>Local Development Mode</h3>
{config.build === "dev" ? (
{/*config.build === "dev" ? (
<>
<h5>Development mode is currently on.</h5>
<Button
Expand Down Expand Up @@ -197,7 +197,7 @@ export function Native() {
</Button>
</p>
</>
)}
)*/}
<hr />
<CategoryButton
icon={<img src={RLogo} draggable={false} />}
Expand Down

0 comments on commit 2722d0a

Please sign in to comment.