|
|
|
@ -138,7 +138,7 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => { |
|
|
|
|
const onchangeCopilotActivate = () => { |
|
|
|
|
if (!props.useCopilot) { |
|
|
|
|
copilotActivate(props.config, props.useCopilot, dispatch) |
|
|
|
|
props.plugin.call('terminal', 'log', {type: 'typewriterlog', value: `Solidity copilot deactivated!` }) |
|
|
|
|
props.plugin.call('terminal', 'log', {type: 'typewriterlog', value: `Solidity copilot not activated!` }) |
|
|
|
|
return |
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|