mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Collapse calendar view buttons on narrower screens (<= 1200px)
This commit is contained in:
@@ -23,6 +23,7 @@ function createMapStateToProps() {
|
||||
]);
|
||||
|
||||
result.isSmallScreen = dimensions.isSmallScreen;
|
||||
result.collapseViewButtons = dimensions.isLargeScreen;
|
||||
result.longDateFormat = uiSettings.longDateFormat;
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user