feat: transfer styles from non-polymorphic configuration

This commit is contained in:
goaaats 2021-10-20 18:00:06 +02:00
parent 913b0f157c
commit e58ebfdfba
No known key found for this signature in database
GPG key ID: F18F057873895461
3 changed files with 21 additions and 1 deletions

View file

@ -125,7 +125,7 @@ namespace Dalamud
framework.Enable();
Log.Information("[T1] Framework ENABLE!");
Log.Information("[T1] Load complete!");
}
catch (Exception ex)
{
@ -233,6 +233,7 @@ namespace Dalamud
Service<DalamudAtkTweaks>.Set().Enable();
this.IsReady = true;
Log.Information("[T2] Load complete!");
}
catch (Exception ex)
{