Skip to content

Commit

Permalink
local store view mode: remove "export all" button
Browse files Browse the repository at this point in the history
* the button is not needed for "protonmail" since it has the "all mail" folder but was originally needed for "tutanota" (support for "tutanota" was dropped in july 2019)
  • Loading branch information
vladimiry committed Nov 15, 2020
1 parent 6a3f698 commit b5a672e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
</li>
</ul>
</ng-template>
<div class="py-2 d-flex">
<electron-mail-db-view-mails-export
[dbAccountPk]="dbAccountPk"
[title]="'Export All Mails'"
></electron-mail-db-view-mails-export>
</div>
</div>
<div class="right-column flex-row flex-grow-1">
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
font-size: 80%;
}
}

#{$app-prefix}-db-view-mails-export {
flex-grow: 1;
}
}

> #{$app-prefix}-db-view-mails {
Expand Down

0 comments on commit b5a672e

Please sign in to comment.