Merge pull request #771 from LadyDefile/master

This commit is contained in:
goaaats 2022-03-07 23:28:41 +01:00 committed by GitHub
commit 770bf11417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ namespace Dalamud.Interface.Windowing
private static DateTimeOffset lastAnyFocus;
private readonly List<Window> windows = new();
public IReadOnlyList<Window> Windows => this.windows;
private string lastFocusedWindowName = string.Empty;