VC runtime detection changes

This commit is contained in:
2020-04-13 11:26:27 -05:00
parent 474e27eda3
commit c5b2bd44ec
3 changed files with 124 additions and 39 deletions

View File

@@ -173,6 +173,13 @@ class App extends IPCContainer {
<MountItems remoteSupported={remoteSupported}/>
</Box>
));
} else if(selectedVersion !== 'unavailable') {
mainContent.push((
<Box dxStyle={{padding: 'var(--default_spacing)', height: '173px'}}
key={'md_' + key++}>
<Loading/>
</Box>
));
}
}