mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-21 07:59:18 +01:00
fix(config): use TypeNameAssemblyFormatHandling.Simple instead
This commit is contained in:
parent
e40b5554a8
commit
491a0acca9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace Dalamud.Configuration.Internal
|
||||||
private static readonly JsonSerializerSettings SerializerSettings = new()
|
private static readonly JsonSerializerSettings SerializerSettings = new()
|
||||||
{
|
{
|
||||||
TypeNameHandling = TypeNameHandling.All,
|
TypeNameHandling = TypeNameHandling.All,
|
||||||
TypeNameAssemblyFormatHandling = TypeNameAssemblyFormatHandling.Full,
|
TypeNameAssemblyFormatHandling = TypeNameAssemblyFormatHandling.Simple,
|
||||||
Formatting = Formatting.Indented,
|
Formatting = Formatting.Indented,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue