1
0

Remove redundant interaction bar update call in renderer.js

This commit is contained in:
2025-05-26 10:22:08 +02:00
parent 737dde1cb7
commit 7345c784a9

View File

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