Skip to content

Commit

Permalink
option to switch sockdrive write even without premium
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Oct 4, 2024
1 parent 4f40089 commit 66ab140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dos-option-checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export function SockdriveWrite() {
dispatch(uiSlice.actions.warnOnKey(true));
} else if (!account.premium) {
dispatch(uiSlice.actions.warnOnPremium(true));
} else {
dispatch(dosSlice.actions.setSockdriveWrite(c));
}

dispatch(dosSlice.actions.setSockdriveWrite(c));
}}
/> : null;
}

0 comments on commit 66ab140

Please sign in to comment.