mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 08:35:16 +08:00
* fix(imports): switch to Electron's require('electron') Electron in 0.37.5 phases out the usage of `require('built-in-module')` in favor of `require('electron').builtInModule`. This commit corrects usage in some cases that cause N1 to not start under Electron 0.37.5. * fix(specs): use new Electron remote import |
||
---|---|---|
.. | ||
config-schema-item.jsx | ||
preferences-account-details.jsx | ||
preferences-account-list.jsx | ||
preferences-accounts.jsx | ||
preferences-appearance.jsx | ||
preferences-general.jsx | ||
preferences-keymaps.jsx | ||
preferences-mail-rules.jsx | ||
sending-section.jsx | ||
workspace-section.jsx |