Removed orphaned object literal code left behind from console.log removal. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -545,17 +545,11 @@ Page {
anchors.fill: parent
onClicked: {
if (backend) {
- pauseTime: pauseTime,
- clearPattern: clearPattern,
- runMode: runMode,
- shuffle: shuffle
- })
backend.executePlaylist(selectedPlaylist, pauseTime, clearPattern, runMode, shuffle)
-
+
// Navigate to execution page
if (mainWindow) {
mainWindow.shouldNavigateToExecution = true
- } else {
}