Don't persist settings tab

This commit is contained in:
Gregory Schier
2024-08-10 08:10:14 -07:00
parent 08ea48b996
commit ecc7192bde
4 changed files with 6 additions and 7 deletions

View File

@@ -37,8 +37,8 @@ export function SettingsGeneral() {
value={settings.updateChannel}
onChange={(updateChannel) => updateSettings.mutate({ updateChannel })}
options={[
{ label: 'Release', value: 'stable' },
{ label: 'Early Bird (Beta)', value: 'beta' },
{ label: 'Stable (less frequent)', value: 'stable' },
{ label: 'Beta (more frequent)', value: 'beta' },
]}
/>
<IconButton