Add data-folder-id attribute to folder list items in renderer.js
This commit is contained in:
@@ -80,6 +80,7 @@ folders.forEach(folderObj => {
|
||||
const folder = folderObj.path;
|
||||
const isMonitoring = folderObj.monitoring;
|
||||
const li = document.createElement('li');
|
||||
li.setAttribute('data-folder-id', encodeURIComponent(folder));
|
||||
li.className = [
|
||||
'flex items-center justify-between px-3 py-2 rounded cursor-pointer',
|
||||
selected && folder === selected.path ? 'selected' : ''
|
||||
|
||||
Reference in New Issue
Block a user