mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
formatting
This commit is contained in:
parent
dda515da85
commit
1920d91eff
2 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
using Dalamud.Interface.Internal.ManagedAsserts;
|
||||
using ImGuiNET;
|
||||
using Serilog;
|
||||
|
|
@ -104,7 +105,6 @@ namespace Dalamud.Interface.Windowing
|
|||
|
||||
var source = ($"{this.Namespace}::" ?? string.Empty) + window.WindowName;
|
||||
ImGuiManagedAsserts.ReportProblems(source, snapshot);
|
||||
|
||||
}
|
||||
|
||||
var focusedWindow = this.windows.FirstOrDefault(x => x.IsFocused && x.RespectCloseHotkey);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue