mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
feat: transfer styles from non-polymorphic configuration
This commit is contained in:
parent
913b0f157c
commit
e58ebfdfba
3 changed files with 21 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue