mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: make DriveListLoader internal
This commit is contained in:
parent
b1551150c7
commit
b9b2cd7176
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace Dalamud.Interface.ImGuiFileDialog;
|
|||
/// <summary>
|
||||
/// A drive list loader. Thread-safety guaranteed.
|
||||
/// </summary>
|
||||
public class DriveListLoader
|
||||
internal class DriveListLoader
|
||||
{
|
||||
private bool initialized;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue