diff --git a/carla b/carla index 0175570..8c95a54 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit 0175570f1d41285f39efe0ee32234458e0ed941c +Subproject commit 8c95a54a368c17358843a928870f8e8d5a19c723 diff --git a/dpf b/dpf index 2cf3e6e..a4c83bf 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 2cf3e6e6dd5ed52144106496efa34c7571639cd0 +Subproject commit a4c83bfdc925db48f272e66a006a6630625c3e20 diff --git a/plugins/Common/IldaeilUI.cpp b/plugins/Common/IldaeilUI.cpp index b2e5968..8e70970 100644 --- a/plugins/Common/IldaeilUI.cpp +++ b/plugins/Common/IldaeilUI.cpp @@ -1328,7 +1328,7 @@ protected: } } - ImGui::BeginDisabled(!fPluginScanningFinished || fPluginSelected < 0); + ImGui::BeginDisabled(fPluginSelected < 0); if (ImGui::Button("Load Plugin")) fIdleState = kIdleLoadSelectedPlugin;