* fix/102 improve osx feedback on navigation
* fix/102 refactor enable / disable OSC in
This commit is contained in:
Carlos Valente
2022-04-10 10:05:35 +02:00
committed by GitHub
parent 67ddcd8c68
commit b01145ca4b
2 changed files with 17 additions and 19 deletions
@@ -169,7 +169,6 @@ export default function OscSettingsModal() {
active={formData.enabled}
text={formData.enabled ? 'OSC IN Enabled' : 'OSC IN Disabled'}
actionHandler={() => handleChange('enabled', !formData.enabled)}
onClick={() => console.log('yay')}
/>
</FormControl>
<FormControl id='portIn'>