mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
2b324c4533
Summary: Update a few more packages to deactivate properly Miscelaneous fixes Initial commit of new settings package WIP WIP - can load and unload and install / uninstall Click to create new boilerplate package, package updating Test Plan: Run tests Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1582
11 lines
205 B
CoffeeScript
11 lines
205 B
CoffeeScript
module.exports = [{
|
|
key: 'explore'
|
|
name: 'Explore'
|
|
icon: 'tbd'
|
|
component: require './tab-explore'
|
|
},{
|
|
key: 'installed'
|
|
name: 'Installed'
|
|
icon: 'tbd'
|
|
component: require './tab-installed'
|
|
}]
|