Update to Electron 17, fix deleting drop-in mods from the settings view.

This commit is contained in:
Daniel Scalzi
2022-03-04 00:02:52 -05:00
parent ccf099a5cf
commit 15fc12b625
5 changed files with 104 additions and 82 deletions

View File

@@ -22,3 +22,7 @@ exports.MSFT_ERROR = {
ALREADY_OPEN: 'MSFT_AUTH_ERR_ALREADY_OPEN',
NOT_FINISHED: 'MSFT_AUTH_ERR_NOT_FINISHED'
}
exports.SHELL_OPCODE = {
TRASH_ITEM: 'TRASH_ITEM'
}