mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-01 09:49:27 +00:00
(js) Always show center list on small devices
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
$scope.activeUser = sgSettings.activeUser();
|
||||
$scope.baseURL = sgSettings.baseURL();
|
||||
$scope.leftIsClose = !$mdMedia(sgConstant['gt-md']);
|
||||
$scope.centerIsClose = !!$window.centerIsClose;
|
||||
// Don't hide the center list when on a small device
|
||||
$scope.centerIsClose = !!$window.centerIsClose && !$scope.leftIsClose;
|
||||
|
||||
// Show current day in top bar
|
||||
$scope.currentDay = window.currentDay;
|
||||
|
||||
Reference in New Issue
Block a user