mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 22:37:43 +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];
|
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