mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Add message notification if REFramework is oudated
This commit is contained in:
@@ -326,3 +326,7 @@ if debug.enabled then
|
||||
end);
|
||||
end
|
||||
end
|
||||
|
||||
if imgui.begin_table == nil then
|
||||
re.msg(language.current_language.customization_menu.reframework_outdated);
|
||||
end
|
||||
|
||||
@@ -408,7 +408,9 @@ language.default_language = {
|
||||
lowest_health = "Lowest Health",
|
||||
highest_health = "Highest Health",
|
||||
lowest_health_percentage = "Lowest Health Percentage",
|
||||
highest_health_percentage = "Highest Health Percentage"
|
||||
highest_health_percentage = "Highest Health Percentage",
|
||||
|
||||
reframework_outdated = "Installed REFramework version is outdated. Please, update. Otherwise, MHR Overlay won't work correctly."
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user