#40: Support for remote Windows mounts - partial
This commit is contained in:
@@ -141,7 +141,7 @@ class App extends IPCContainer {
|
||||
let key = 0;
|
||||
mainContent.push((
|
||||
<div key={'rvd_' + key++}
|
||||
style={{'paddingBottom': '8px'}}>
|
||||
style={{'paddingBottom': '4px'}}>
|
||||
<ReleaseVersionDisplay downloadDisabled={!downloadEnabled}
|
||||
version={selectedVersion}/>
|
||||
</div>
|
||||
@@ -152,7 +152,8 @@ class App extends IPCContainer {
|
||||
<MountItems allowConfig={allowConfig}
|
||||
allowSiaPrime={allowSiaPrime}
|
||||
key={'md_' + key++}
|
||||
noConsoleSupported={noConsoleSupported}/>
|
||||
noConsoleSupported={noConsoleSupported}
|
||||
remoteSupported={remoteSupported}/>
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user