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
|
||||
|
||||
Reference in New Issue
Block a user