the final fix

This commit is contained in:
tildearrow 2024-06-13 15:10:11 -05:00
parent 0c4f1df361
commit e4902871bb

View file

@ -2100,7 +2100,7 @@ namespace IGFD
#ifdef WIN32 #ifdef WIN32
ImGui::SameLine(); ImGui::SameLine();
if (IMGUI_BUTTON(FileDialog::Instance()->drivesButtonString)) if (IMGUI_BUTTON(drivesButtonString))
{ {
puDrivesClicked = true; puDrivesClicked = true;
} }