Skip to content

Commit

Permalink
Merge pull request #61 from the-database/dev
Browse files Browse the repository at this point in the history
remove extra backend check on first run
  • Loading branch information
the-database authored Dec 19, 2024
2 parents 5744bff + a8e2f02 commit 7a2940a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1297,14 +1297,6 @@ await Downloader.DownloadFileAsync(downloadUrl, targetPath, (progress) =>
Directory.Delete(Path.Combine(_pythonService.PythonDirectory, "backend"));
File.Delete(targetPath);
}
else
{
if (Program.WasFirstRun)
{
BackendSetupMainStatus = "Checking Python Dependencies...";
await InstallUpdatePythonDependencies();
}
}

IsExtractingBackend = false;
});
Expand Down

0 comments on commit 7a2940a

Please sign in to comment.