Update README and code to remove folder registration option

This commit is contained in:
2026-03-20 10:18:12 +01:00
parent d86cb8d0fd
commit c4ee51d05d
5 changed files with 33 additions and 65 deletions

View File

@@ -8,7 +8,7 @@ contextBridge.exposeInMainWorld('electronAPI', {
checkForUpdates: () => ipcRenderer.invoke('check-for-updates'),
setSetting: (key, value) => ipcRenderer.invoke('set-setting', key, value),
updateSettings: (settings) => ipcRenderer.invoke('update-settings', settings),
pickPaths: (options = {}) => ipcRenderer.invoke('pick-paths', options),
pickPaths: () => ipcRenderer.invoke('pick-paths'),
openPath: (filePath) => ipcRenderer.invoke('open-path', filePath),
openExternalLink: (event) => {
event.preventDefault();