mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 11:52:34 +08:00
fix(next/prev): Move buttons to correct column #1721
This commit is contained in:
parent
492ae69abe
commit
2d8bb9d3f7
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ module.exports =
|
|||
location: WorkspaceStore.Location.DraftList.Toolbar
|
||||
|
||||
ComponentRegistry.register DownButton,
|
||||
location: WorkspaceStore.Sheet.Thread.Toolbar.Right
|
||||
location: WorkspaceStore.Location.MessageList.Toolbar
|
||||
modes: ['list']
|
||||
|
||||
ComponentRegistry.register UpButton,
|
||||
location: WorkspaceStore.Sheet.Thread.Toolbar.Right
|
||||
location: WorkspaceStore.Location.MessageList.Toolbar
|
||||
modes: ['list']
|
||||
|
||||
ComponentRegistry.register ThreadBulkArchiveButton,
|
||||
|
|
Loading…
Reference in a new issue