mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +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
|
|
@ -1127,7 +1127,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
else if (!string.IsNullOrWhiteSpace(manifest.Description))
|
||||
{
|
||||
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
|
||||
? firstLine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue