Skip to content

Commit

Permalink
Merge pull request #40 from Spuckwaffel/development
Browse files Browse the repository at this point in the history
renamed options
  • Loading branch information
Spuckwaffel authored Jan 22, 2024
2 parents b35b04c + e387876 commit fad3c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UEDumper/Frontend/Windows/PackageWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ void windows::PackageWindow::renderProjectPopup()
}


if (ImGui::Button(merge(ICON_FA_DOWNLOAD, " Generate Legacy SDK")))
ImGui::PushStyleColor(ImGuiCol_Text, IGHelper::Colors::yellow);
if (ImGui::Button(merge(ICON_FA_DOWNLOAD, " Generate SDK")))
{
presentTopMostCallback = true;
anyProgressDone = 0;
Expand All @@ -267,8 +268,7 @@ void windows::PackageWindow::renderProjectPopup()
presentTopMostCallback = false;
}))).reset();
}
ImGui::PushStyleColor(ImGuiCol_Text, IGHelper::Colors::yellow);
if (ImGui::Button(merge(ICON_FA_DOWNLOAD, " Generate NEW MDK")))
if (ImGui::Button(merge(ICON_FA_DOWNLOAD, " Generate MDK")))
{
presentTopMostCallback = true;
anyProgressDone = 0;
Expand Down

0 comments on commit fad3c65

Please sign in to comment.