1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

only folder view in vault for edge

This commit is contained in:
Kyle Spearrin
2017-09-06 16:07:30 -04:00
parent baf610c2bd
commit 0b2fa01232
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
$scope.i18n = i18nService;
$scope.showFolderCounts = !utilsService.isEdge();
$scope.showOnlyFolderView = utilsService.isEdge();
$scope.disableSearch = utilsService.isEdge();
$('#search').focus();