mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Reload plugins when change in settings + fix scaling
This commit is contained in:
parent
b1b6621c2a
commit
5f9191ff20
4 changed files with 44 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue