Linux / OS X changes
This commit is contained in:
@@ -588,7 +588,10 @@ class App extends Component {
|
||||
this.state.LocationsLookup[selectedVersion].config_support;
|
||||
|
||||
const allowSiaPrime = this.state.LocationsLookup[selectedVersion] &&
|
||||
this.state.LocationsLookup[selectedVersion].siaprime_support;
|
||||
this.state.LocationsLookup[selectedVersion].siaprime_support;
|
||||
|
||||
const noConsoleSupported = this.state.LocationsLookup[selectedVersion] &&
|
||||
this.state.LocationsLookup[selectedVersion].no_console_supported;
|
||||
|
||||
const showDependencies = missingDependencies &&
|
||||
!this.state.DownloadActive;
|
||||
@@ -691,6 +694,7 @@ class App extends Component {
|
||||
<MountItems {...providerProps}
|
||||
allowConfig={allowConfig}
|
||||
allowSiaPrime={allowSiaPrime}
|
||||
noConsoleSupported={noConsoleSupported}
|
||||
autoMountChanged={this.handleAutoMountChanged}
|
||||
autoMountProcessed={this.notifyAutoMountProcessed}
|
||||
autoRestartChanged={this.handleAutoRestartChanged}
|
||||
|
||||
Reference in New Issue
Block a user