mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
7 lines
241 B
CoffeeScript
7 lines
241 B
CoffeeScript
{ComponentRegistry, WorkspaceStore} = require 'nylas-exports'
|
|
ModeToggle = require './mode-toggle'
|
|
|
|
module.exports =
|
|
activate: (state) ->
|
|
ComponentRegistry.register ModeToggle,
|
|
location: WorkspaceStore.Sheet.Global.Toolbar.Right
|