mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
fix(threads): Show the archive button in the bulk action bar
This commit is contained in:
parent
539e9b3799
commit
4cebe51e17
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class ThreadBulkArchiveButton extends React.Component
|
|||
selection: React.PropTypes.object.isRequired
|
||||
|
||||
render: ->
|
||||
mailViewFilter = FocusedMailViewStore.mailView()
|
||||
return false unless mailViewFilter?.canArchiveThreads()
|
||||
|
||||
<button style={order:-107}
|
||||
|
|
Loading…
Reference in a new issue