mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-26 12:12:39 +01:00
fix bug
This commit is contained in:
parent
26783a1338
commit
f1097d5970
@ -1963,8 +1963,10 @@ const App = memo(() => {
|
||||
const inputOptions = {
|
||||
open: isFileOpened ? i18n.t('Open the file instead of the current one') : i18n.t('Open the file'),
|
||||
};
|
||||
if (isFileOpened) {
|
||||
if (isLlcProject) inputOptions.project = i18n.t('Load segments from the new file, but keep the current media');
|
||||
if (isFileOpened && !isLlcProject) inputOptions.tracks = i18n.t('Include all tracks from the new file');
|
||||
else inputOptions.tracks = i18n.t('Include all tracks from the new file');
|
||||
}
|
||||
if (batchFiles.length > 0) inputOptions.addToBatch = i18n.t('Add the file to the batch list');
|
||||
|
||||
if (Object.keys(inputOptions).length > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user