mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
Fix/102 (#106)
* fix/102 improve osx feedback on navigation * fix/102 refactor enable / disable OSC in
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user