mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-25 01:49:18 +01:00
chore: warnings pass
This commit is contained in:
parent
505e37fd28
commit
b093323acc
49 changed files with 352 additions and 254 deletions
|
|
@ -2,6 +2,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
using ImGuiNET;
|
||||
|
||||
namespace Dalamud.Interface.ImGuiFileDialog
|
||||
|
|
@ -14,7 +15,9 @@ namespace Dalamud.Interface.ImGuiFileDialog
|
|||
/// <summary>
|
||||
/// The flags used to draw the file picker window.
|
||||
/// </summary>
|
||||
#pragma warning disable SA1401
|
||||
public ImGuiWindowFlags WindowFlags;
|
||||
#pragma warning restore SA1401
|
||||
|
||||
private readonly string title;
|
||||
private readonly int selectionCountMax;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue