1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 11:43:17 +01:00

don't close merge dialog on click

This commit is contained in:
Mikael Finstad 2023-02-03 14:04:25 +08:00
parent 190c011953
commit eccdf691ac
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -158,6 +158,7 @@ const ConcatDialog = memo(({
<>
<Dialog
title={t('Merge/concatenate files')}
shouldCloseOnOverlayClick={false}
isShown={isShown}
onCloseComplete={onHide}
topOffset="3vh"