mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
impr: More UI adjustments
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user