Fix link buttons

This commit is contained in:
Dankrushen
2021-02-08 19:40:16 -05:00
parent 1df42c1b35
commit 41fedece97
3 changed files with 6 additions and 6 deletions

View File

@@ -288,7 +288,7 @@ namespace Flowframes
hasShownError = true;
InterpolateUtils.ShowMessage($"A python module is missing.\nCheck {logFilename} for details.\n\n{line}", "Error");
if(!Python.HasEmbeddedPyFolder())
Process.Start("https://github.com/n00mkrad/flowframes/blob/main/PythonDependencies.md");
Process.Start(new ProcessStartInfo("https://github.com/n00mkrad/flowframes/blob/main/PythonDependencies.md") { UseShellExecute = true });
}
if (!hasShownError && line.ToLower().Contains("no longer supports this gpu"))