Skip to content

Commit

Permalink
Health checker strings
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Sep 21, 2024
1 parent 54220fe commit 392cdfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M2TWEOP Code/M2TWEOP GUI/redistUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace redistUI
ImGui::SetNextWindowPos(helpers::getScreen().screenHalfSize, ImGuiCond_Once, ImVec2(0.5f, 0.5f));
ImGui::SetNextWindowSize(ImVec2(size.x, -1), ImGuiCond_Once);

ImGui::Begin("M2TWEOP health checker##2", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize);
ImGui::Begin("M2TWEOP Health Checker##2", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize);

switch (startProcesses.installState)
{
Expand Down Expand Up @@ -190,7 +190,7 @@ namespace redistUI
ImGui::SetNextWindowPos(helpers::getScreen().screenHalfSize, ImGuiCond_Once, ImVec2(0.5f, 0.5f));
ImGui::SetNextWindowSize(ImVec2(size.x, -1), ImGuiCond_Once);

ImGui::Begin("M2TWEOP health checker##1", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize);
ImGui::Begin("M2TWEOP Health Checker##1", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize);

const char logoName[] = "eopData/resources/images/deathDance.png";
GLImage* imgFinded = helpers::findImage(logoName, sizeof logoName - 1);
Expand Down

0 comments on commit 392cdfa

Please sign in to comment.