mirror of https://github.com/Radarr/Radarr
Fixed: Update Mechanism doesnt show in Settings
This commit is contained in:
parent
727347331f
commit
2d0fdf144b
|
@ -27,6 +27,7 @@ function createMapStateToProps() {
|
|||
isWindows: systemStatus.isWindows,
|
||||
isWindowsService: systemStatus.isWindows && systemStatus.mode === 'service',
|
||||
mode: systemStatus.mode,
|
||||
packageUpdateMechanism: systemStatus.packageUpdateMechanism,
|
||||
...sectionSettings
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue