Allow read-only folder tests independently of monitoring state
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 06:07:27 +02:00
parent 9d696fa89f
commit b4c3c075b7
5 changed files with 95 additions and 4 deletions
+1 -1
View File
@@ -3712,7 +3712,7 @@ ipcMain.handle('automation:resume', () => enqueueAutomationLifecycle(async gener
}));
ipcMain.handle('folder-monitor:test-scan', () => {
return folderMonitor.scan({ emitFiles: false, trigger: 'test' });
return folderMonitor.testScan(configStore.load().globalSettings?.folderMonitor || {});
});
ipcMain.handle('folder-monitor:reconcile', () => {