Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Sep 20, 2024
1 parent 37d100e commit ffc23f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/pages/Settings/GeneralCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,6 @@ const GeneralCard = () => {
}
/>
</div>
{/* <div
className={`${classes.settingsRow} step-settings-nine `}
style={{ flexBasis: '100%' }}
>
<label>Fallback to WLED effects</label>
<Tooltip title="On deactivation, WLED device will fallback to the currently configured effect on the WLED device itself. This is the original LedFX behavior. If off, WLED devices will be held in a solid black effect at a low update rate">
<SettingsSwitch
checked={settings.wled_on_deactivate}
onChange={() =>
onSystemSettingsChange('wled_on_deactivate', !settings.wled_on_deactivate)
}
/>
</Tooltip>
</div> */}
<div
className={`${classes.settingsRow} step-settings-ten `}
style={{ flexBasis: '100%' }}
Expand Down
1 change: 0 additions & 1 deletion src/store/api/storeConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export interface ISystemConfig {
configuration_version: string
scenes: undefined
scan_on_startup: boolean
// wled_on_deactivate: boolean
flush_on_deactivate: boolean
}

Expand Down

0 comments on commit ffc23f8

Please sign in to comment.