mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
deps: update MonoMod.Common to 21.10.8.11
This commit is contained in:
parent
7274c2e475
commit
1bd72d0aec
2 changed files with 2 additions and 1 deletions
|
|
@ -68,6 +68,7 @@
|
||||||
<PackageReference Include="Lib.Harmony" Version="2.1.1" />
|
<PackageReference Include="Lib.Harmony" Version="2.1.1" />
|
||||||
<PackageReference Include="Lumina" Version="3.3.0" />
|
<PackageReference Include="Lumina" Version="3.3.0" />
|
||||||
<PackageReference Include="Lumina.Excel" Version="5.50.0" />
|
<PackageReference Include="Lumina.Excel" Version="5.50.0" />
|
||||||
|
<PackageReference Include="MonoMod.Common" Version="21.10.8.11" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||||
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
||||||
|
|
|
||||||
|
|
@ -1127,7 +1127,7 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
else if (!string.IsNullOrWhiteSpace(manifest.Description))
|
else if (!string.IsNullOrWhiteSpace(manifest.Description))
|
||||||
{
|
{
|
||||||
const int punchlineLen = 200;
|
const int punchlineLen = 200;
|
||||||
var firstLine = manifest.Description.Split(new [] { '\r', '\n' })[0];
|
var firstLine = manifest.Description.Split(new[] { '\r', '\n' })[0];
|
||||||
|
|
||||||
ImGui.TextWrapped(firstLine.Length < punchlineLen
|
ImGui.TextWrapped(firstLine.Length < punchlineLen
|
||||||
? firstLine
|
? firstLine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue