Reload plugins when change in settings + fix scaling

This commit is contained in:
Aireil 2021-01-25 01:06:41 +01:00
parent b1b6621c2a
commit 5f9191ff20
4 changed files with 44 additions and 33 deletions

View file

@ -182,7 +182,7 @@ namespace Dalamud.Injector {
$"DefaultPluginDirectory: {startInfo.DefaultPluginDirectory}\n" +
$"Language: {startInfo.Language}\n" +
$"GameVersion: {startInfo.GameVersion}\n" +
$"OptOutMbCollection: {startInfo.OptOutMbCollection}" +
$"OptOutMbCollection: {startInfo.OptOutMbCollection}\n" +
$"AssetDirectory: {startInfo.AssetDirectory}");
return startInfo;