#40: Support for remote Windows mounts - partial

This commit is contained in:
2019-10-05 17:17:24 -05:00
parent 38825f970a
commit 9be55984bc
13 changed files with 268 additions and 185 deletions

View File

@@ -7,13 +7,13 @@ import {
SET_DISPLAY_SELECT_APPPLATFORM
} from '../actions/common_actions';
export const createCommonReducer = (platform, appPlatform, version) => {
export const createCommonReducer = (platformInfo, version) => {
return createReducer({
AllowMount: false,
AppPlatform: appPlatform,
AppPlatform: platformInfo.AppPlatform,
AppReady: false,
DisplaySelectAppPlatform: false,
Platform: platform,
Platform: platformInfo.Platform,
RebootRequired: false,
Version: version,
}, {