chore: make DriveListLoader internal

This commit is contained in:
Kara 2023-05-05 19:55:33 -07:00 committed by GitHub
parent b1551150c7
commit b9b2cd7176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;