mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
Cleanup some warnings
This commit is contained in:
parent
3e3757d30c
commit
89e0614069
3 changed files with 8 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
private OperationStatus installStatus = OperationStatus.Idle;
|
||||
private OperationStatus updateStatus = OperationStatus.Idle;
|
||||
|
||||
private List<int> openPluginCollapsibles = new List<int>();
|
||||
private List<int> openPluginCollapsibles = new();
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PluginInstallerWindow"/> class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue