Update content list to interaction bar in renderer.js
This commit is contained in:
@@ -589,7 +589,7 @@ function formatCountdown(ms) {
|
|||||||
await renderSidebar();
|
await renderSidebar();
|
||||||
const initial = await window.electronAPI.getSelected();
|
const initial = await window.electronAPI.getSelected();
|
||||||
if (initial) await renderContent(initial);
|
if (initial) await renderContent(initial);
|
||||||
updateContentList(window.initial); //11111111
|
updateInteractionBar(window.initial); //11111111
|
||||||
|
|
||||||
addBtn.addEventListener('click', async () => {
|
addBtn.addEventListener('click', async () => {
|
||||||
await window.electronAPI.addFolder();
|
await window.electronAPI.addFolder();
|
||||||
|
|||||||
Reference in New Issue
Block a user