1
0

Update content list to interaction bar in renderer.js

This commit is contained in:
2025-05-26 10:05:10 +02:00
parent 730e7fea42
commit c1a059e59e

View File

@@ -589,7 +589,7 @@ function formatCountdown(ms) {
await renderSidebar();
const initial = await window.electronAPI.getSelected();
if (initial) await renderContent(initial);
updateContentList(window.initial); //11111111
updateInteractionBar(window.initial); //11111111
addBtn.addEventListener('click', async () => {
await window.electronAPI.addFolder();