mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
feat: show error message if tier 3 load never happened
This commit is contained in:
parent
491a0acca9
commit
a819c72913
2 changed files with 19 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ using Dalamud.Configuration.Internal;
|
|||
using Dalamud.Interface.Colors;
|
||||
using Dalamud.Utility;
|
||||
using Newtonsoft.Json;
|
||||
using Serilog;
|
||||
|
||||
namespace Dalamud.Interface.Style
|
||||
{
|
||||
|
|
@ -83,6 +84,8 @@ namespace Dalamud.Interface.Style
|
|||
configuration.SavedStyles = new List<StyleModel>();
|
||||
configuration.SavedStyles.AddRange(configuration.SavedStylesOld);
|
||||
|
||||
Log.Information("Transferred {0} styles", configuration.SavedStyles.Count);
|
||||
|
||||
configuration.SavedStylesOld = null;
|
||||
configuration.Save();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue