Skip to content

Commit

Permalink
Remove local install switch from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Dec 1, 2023
1 parent 9e6657c commit ed5db73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Website/src/activitys/SettingsActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ function SettingsActivity() {
<ListSubheader sx={(theme) => ({ bgcolor: theme.palette.background.default })}>{strings("terminal")}</ListSubheader>
}
>
<ListItem>
<StyledListItemText primary={strings("enable_install")} secondary={strings("enable_install_subtitle")} />
<Android12Switch edge="end" disabled onChange={(e: any) => {}} checked={false} />
</ListItem>

<ListItem>
<StyledListItemText primary={strings("scroll_to_bottom")} secondary={strings("scroll_to_bottom_subtitle")} />
<Android12Switch
Expand Down

0 comments on commit ed5db73

Please sign in to comment.