Add and fix

This commit is contained in:
Cutls
2019-08-29 01:33:06 +09:00
parent 834fa719b2
commit 5d8ca9566a
3 changed files with 11 additions and 3 deletions

View File

@@ -196,6 +196,7 @@ function system(mainWindow, dir, lang, dirname) {
ipc.on('export', (e, args) => {
fs.writeFileSync(args[0], JSON5.stringify(args[1]));
e.sender.webContents.send('exportAllComplete', "");
});
//フォント
function object_array_sort(data, key, order, fn) {