diff --git a/Services/ScreenRecorderService.qml b/Services/ScreenRecorderService.qml index e4d13543..e45a3785 100644 --- a/Services/ScreenRecorderService.qml +++ b/Services/ScreenRecorderService.qml @@ -159,7 +159,8 @@ Singleton { isRecording = true hasActiveRecording = true monitorTimer.running = true - ToastService.showNotice("Recording started", outputPath, 4000) + // Don't show a toast when recording starts to avoid having the toast in every video. + //ToastService.showNotice("Recording started", outputPath, 4000) } else if (isPending) { // Process not running anymore - was cancelled or failed isPending = false