mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Added tooltip to nightly icon on welcome screen
This commit is contained in:
@@ -190,7 +190,9 @@ namespace hex::plugin::builtin {
|
||||
ImGui::SameLine(0);
|
||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() - 15_scaled);
|
||||
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + 5_scaled);
|
||||
|
||||
ImGui::Image(s_nightlyTexture, s_nightlyTexture.getSize());
|
||||
ImGuiExt::InfoTooltip("hex.builtin.welcome.nightly_build"_lang);
|
||||
|
||||
ImGui::SetCursorPos(cursor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user