impr: More UI adjustments

This commit is contained in:
WerWolv
2023-11-25 19:11:14 +01:00
parent 8e8a926ad9
commit 64be4e692c
2 changed files with 5 additions and 1 deletions

View File

@@ -59,7 +59,9 @@ namespace hex::plugin::builtin {
void addFooterItems() {
if (hex::isProcessElevated()) {
ContentRegistry::Interface::addFooterItem([] {
ImGui::PushStyleColor(ImGuiCol_Text, ImGuiExt::GetCustomColorU32(ImGuiCustomCol_Highlight));
ImGui::TextUnformatted(ICON_VS_SHIELD);
ImGui::PopStyleColor();
});
}