mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
e4752f3d3a
Fixes T2342
17 lines
540 B
CoffeeScript
17 lines
540 B
CoffeeScript
TodayView = require "./today-view"
|
|
TodayIcon = require "./today-icon"
|
|
{ComponentRegistry,
|
|
WorkspaceStore} = require 'nylas-exports'
|
|
|
|
module.exports =
|
|
|
|
activate: (@state={}) ->
|
|
# WorkspaceStore.defineSheet 'Today', {root: true, supportedModes: ['list'], name: 'Today', icon: 'today.png'},
|
|
# list: ['RootSidebar', 'Today']
|
|
#
|
|
# ComponentRegistry.register TodayView,
|
|
# location: WorkspaceStore.Location.Today
|
|
|
|
deactivate: ->
|
|
# ComponentRegistry.unregister(TodayView)
|
|
# WorkspaceStore.undefineSheet('Today')
|