Skip to content

Commit

Permalink
Debug clause
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHackio committed Apr 3, 2022
1 parent a18b8d2 commit f1bdca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WiiExplorer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ bool IsU8()
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(OpenWith[i+1]);
}
}
//Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("es");
#if DEBUG
//Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("bg");
#endif

if (OpenWith.Length == 0)
OpenWith = new string[1] { null };
Expand Down

0 comments on commit f1bdca2

Please sign in to comment.