mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Delete temp file
This commit is contained in:
parent
c87ed8eade
commit
32f8f1ff1a
@ -921,6 +921,18 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
Configuration.Settings.Tools.GenVideoFontSizePercentOfHeight = (float)(currentHeight / _videoInfo.Height);
|
||||
}
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
if (!string.IsNullOrEmpty(_mpvSubtitleFileName))
|
||||
{
|
||||
File.Delete(_mpvSubtitleFileName);
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
private void comboBoxVideoEncoding_SelectedIndexChanged(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user