Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: not being able to disable dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs authored and PalmDevs committed Mar 17, 2024
1 parent 613859a commit 78495ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/settings/pages/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export default function General() {
confirmColor: ButtonColors.RED,
onConfirm: () => setDevelopmentBuildEnabled(v)
})
else setDevelopmentBuildEnabled(v)
}}
/>
<FormDivider />
Expand Down

0 comments on commit 78495ea

Please sign in to comment.