mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-21 07:59:18 +01:00
feat: load the FileDialog drive list asynchronously
This commit is contained in:
parent
59de22b192
commit
b1551150c7
4 changed files with 81 additions and 7 deletions
|
|
@ -52,7 +52,6 @@ public partial class FileDialog
|
|||
private float footerHeight = 0;
|
||||
|
||||
private string selectedSideBar = string.Empty;
|
||||
private List<SideBarItem> drives = new();
|
||||
private List<SideBarItem> quickAccess = new();
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue