Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
add disable shelter option
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfrigde committed Jul 31, 2024
1 parent 2734763 commit e748af1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/armcordSettings/pages/SettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ export function SettingsPage() {
<Header class={classes.category} tag={HeaderTags.H5}>
Debug options
</Header>
<SwitchItem
note="Disables the Shelter mod. Note features like RPC and screenshare quality fix will be disabled."
value={store.settings.disableShelter}
onChange={(e) => set("disableShelter", e)}
>
Disable Shelter
</SwitchItem>
<Button size={ButtonSizes.MAX} onClick={window.armcord.openSettingsWindow}>Open legacy settings</Button>
<br/>
<Button size={ButtonSizes.MAX} onClick={window.armcord.settings.openStorageFolder}>Open storage folder</Button>
Expand Down

0 comments on commit e748af1

Please sign in to comment.