mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Merge pull request #1105 from Caraxi/LessCrapCopyLog
Remove `---------------------` when copying from log window
This commit is contained in:
commit
4290a072b9
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ internal class ConsoleWindow : Window, IDisposable
|
|||
{
|
||||
var line = this.LogEntries[i];
|
||||
|
||||
if (!line.IsMultiline)
|
||||
if (!line.IsMultiline && !copy)
|
||||
ImGui.Separator();
|
||||
|
||||
ImGui.PushStyleColor(ImGuiCol.Header, this.GetColorForLogEventLevel(line.Level));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue