Remove library auto-start and shoot button
Template tests / tests (push) Successful in 1m40s

This commit is contained in:
2026-06-13 14:40:57 -05:00
parent f0611a50b5
commit c7038a151a
4 changed files with 5 additions and 19 deletions
-1
View File
@@ -494,7 +494,6 @@ function setupIpc() {
else if (action === 'resume') capture.togglePause(false);
else if (action === 'finish') capture.finishSession();
else if (action === 'interval') capture.setInterval(intervalSec);
else if (action === 'shoot') await capture.sessionCapture('manual');
const state = capture.state();
sendToRenderer('capture:state', state);
return state;