[GUI] Replace "Show all error msgs" option with "Show debug msgs"

This commit is contained in:
VaDiM
2024-02-08 22:42:54 +03:00
parent 6fe12d274f
commit d4162161be
5 changed files with 15 additions and 20 deletions

View File

@ -258,7 +258,7 @@ namespace CubismLive2DExtractor
}
else
{
Logger.Debug($"Exported {motions.Count} motion(s)");
Logger.Info($"Exported {motions.Count} motion(s)");
}
#endregion