Fix open video from url with installer version

This commit is contained in:
niksedk 2022-12-24 08:36:49 +01:00
parent 3a76932d83
commit 1dead54393

View File

@ -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))