Skip to content

Commit

Permalink
fix(dorion-settings): client mods appearing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Aug 25, 2024
1 parent da31b8f commit b2a9038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dorion-settings/pages/PerformancePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function PerformancePage() {
</SwitchItem>

<SwitchItem
value={state().client_plugins}
value={state().client_plugins || state().client_plugins === null || state().client_plugins === undefined}
onChange={(v) => {
if (!state().client_plugins && v) {
// Just enable
Expand Down

0 comments on commit b2a9038

Please sign in to comment.