mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Updated curl, libfmt, nativefiledialog and yara to latest version
This commit is contained in:
@@ -391,11 +391,11 @@ namespace hex::plugin::builtin {
|
||||
|
||||
static const auto WarningColor = ImColor(0.92F, 0.25F, 0.2F, 1.0F);
|
||||
if (setuid && !x[0])
|
||||
ImGui::TextColored(WarningColor, "hex.builtin.tools.permissions.setuid_error"_lang);
|
||||
ImGui::TextColored(WarningColor, "%s", static_cast<const char*>("hex.builtin.tools.permissions.setuid_error"_lang));
|
||||
if (setgid && !x[1])
|
||||
ImGui::TextColored(WarningColor, "hex.builtin.tools.permissions.setgid_error"_lang);
|
||||
ImGui::TextColored(WarningColor, "%s", static_cast<const char*>("hex.builtin.tools.permissions.setgid_error"_lang));
|
||||
if (sticky && !x[2])
|
||||
ImGui::TextColored(WarningColor, "hex.builtin.tools.permissions.sticky_error"_lang);
|
||||
ImGui::TextColored(WarningColor, "%s", static_cast<const char*>("hex.builtin.tools.permissions.sticky_error"_lang));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user