diff --git a/frontend/src/Settings/General/GeneralSettingsConnector.js b/frontend/src/Settings/General/GeneralSettingsConnector.js index 66d80439f..9dd1411c7 100644 --- a/frontend/src/Settings/General/GeneralSettingsConnector.js +++ b/frontend/src/Settings/General/GeneralSettingsConnector.js @@ -27,6 +27,7 @@ function createMapStateToProps() { isWindows: systemStatus.isWindows, isWindowsService: systemStatus.isWindows && systemStatus.mode === 'service', mode: systemStatus.mode, + packageUpdateMechanism: systemStatus.packageUpdateMechanism, ...sectionSettings }; }