mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Fixed: Collapse calendar view buttons on smaller screens
This commit is contained in:
parent
b258fc2e1d
commit
63253bf9e3
2 changed files with 16 additions and 1 deletions
|
@ -23,6 +23,7 @@ function createMapStateToProps() {
|
|||
]);
|
||||
|
||||
result.isSmallScreen = dimensions.isSmallScreen;
|
||||
result.collapseViewButtons = dimensions.isLargeScreen;
|
||||
result.longDateFormat = uiSettings.longDateFormat;
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue