1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Update UI

Squash into v3 UI
This commit is contained in:
Mark McDowall
2018-11-25 14:40:25 -08:00
committed by Taloth Saldono
parent dbdb8e4436
commit aafa9cb6be
6 changed files with 122 additions and 76 deletions
@@ -27,6 +27,7 @@ function createMapStateToProps() {
isMono: systemStatus.isMono,
isWindows: systemStatus.isWindows,
mode: systemStatus.mode,
packageUpdateMechanism: systemStatus.packageUpdateMechanism,
...sectionSettings
};
}