Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Nov 5, 2021
1 parent 739f212 commit 54f6c9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions TVRename/Forms/CefWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,7 @@ public void CheckForBroswerDependencies(bool showUi)
{
try
{
if (Helpers.InDebug())
{
DependencyChecker.AssertAllDependenciesPresent();
}
else
if (!Helpers.InDebug())
{
DependencyChecker.AssertAllDependenciesPresent(
browserSubProcessPath: architectureSpecificBrowserPath,
Expand Down

0 comments on commit 54f6c9d

Please sign in to comment.