mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
Remove --------------------- when copying from log window
This commit is contained in:
parent
65e0a7d1a5
commit
7545fa3452
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ internal class ConsoleWindow : Window, IDisposable
|
||||||
{
|
{
|
||||||
var line = this.LogEntries[i];
|
var line = this.LogEntries[i];
|
||||||
|
|
||||||
if (!line.IsMultiline)
|
if (!line.IsMultiline && !copy)
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
|
|
||||||
ImGui.PushStyleColor(ImGuiCol.Header, this.GetColorForLogEventLevel(line.Level));
|
ImGui.PushStyleColor(ImGuiCol.Header, this.GetColorForLogEventLevel(line.Level));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue