auto-git:
[change] renderer.js
This commit is contained in:
11
renderer.js
11
renderer.js
@@ -672,8 +672,7 @@ folders.forEach(folderObj => {
|
|||||||
}
|
}
|
||||||
nextChar();
|
nextChar();
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
/*
|
|
||||||
const slot = document.getElementById('catSlot');
|
const slot = document.getElementById('catSlot');
|
||||||
const cat = new AnimeCat(slot, {
|
const cat = new AnimeCat(slot, {
|
||||||
images: {
|
images: {
|
||||||
@@ -688,6 +687,12 @@ folders.forEach(folderObj => {
|
|||||||
streamText: txt => cat.appendSpeech(txt),
|
streamText: txt => cat.appendSpeech(txt),
|
||||||
end: () => cat.endSpeech()
|
end: () => cat.endSpeech()
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
ipcMain.handle('get-daily-commit-stats', () => store.get('dailyCommitStats') || {});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user