mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Fix open video from url with installer version
This commit is contained in:
parent
3a76932d83
commit
1dead54393
@ -32939,6 +32939,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Directory.SetCurrentDirectory(Configuration.DataDirectory);
|
||||
}
|
||||
|
||||
using (var form = new TextPrompt(LanguageSettings.Current.Main.OpenVideoFile, _language.Url, string.Empty, 500))
|
||||
|
Loading…
Reference in New Issue
Block a user