diff --git a/src/renderer/src/dialogs/index.tsx b/src/renderer/src/dialogs/index.tsx index 69013e77..eb6aa2a4 100644 --- a/src/renderer/src/dialogs/index.tsx +++ b/src/renderer/src/dialogs/index.tsx @@ -642,7 +642,8 @@ export async function openExportFinishedToast({ filePath, warnings, notices }: { ); - await openDirToast({ filePath, html, width: 800, position: 'center', timer: hasWarnings ? undefined : 30000 }); + // https://github.com/mifi/lossless-cut/issues/2048 + await openDirToast({ filePath, html, width: 800, position: 'center', timer: undefined }); } export async function openConcatFinishedToast({ filePath, warnings, notices }: { filePath: string, warnings: string[], notices: string[] }) {