mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
fix text
This commit is contained in:
parent
6906b69996
commit
da32b097ee
@ -785,7 +785,7 @@ const App = memo(() => {
|
||||
|
||||
function closeFile() {
|
||||
// eslint-disable-next-line no-alert
|
||||
if (!window.confirm('Are you sure you want to replace the current file? You will lose all work')) return;
|
||||
if (!window.confirm('Are you sure you want to close the current file? You will lose all work')) return;
|
||||
|
||||
resetState();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user