#8: Add tooltips to settings [partial]

This commit is contained in:
2019-08-30 15:12:28 -05:00
parent adcc060d13
commit 297d7af060
5 changed files with 50 additions and 3 deletions

View File

@@ -22,8 +22,7 @@ export default connect(mapStateToProps)(props => {
</td>
<td>
{props.AllowDownload ?
<a
href={void(0)}
<a href={void(0)}
className={'DependencyLink'}
onClick={()=>{props.onDownload(); return false;}}><u>Install</u></a> :
'Installing...'}