fix strange bug

pull/196/head
Mikael Finstad 7 years ago
parent 19611efa15
commit 736ed005b2

@ -80,7 +80,7 @@ async function showFfmpegFail(err) {
function setFileNameTitle(filePath) {
const appName = 'LosslessCut';
document.title = filePath ? `${appName} - ${path.basename(filePath)}` : 'appName';
document.title = filePath ? `${appName} - ${path.basename(filePath)}` : appName;
}
async function promptTimeOffset(inputValue) {

Loading…
Cancel
Save