Add message notification if REFramework is oudated

This commit is contained in:
GreenComfyTea
2022-08-01 19:53:30 +03:00
parent cfa1b03ee2
commit 363902118c
8 changed files with 21 additions and 9 deletions

View File

@@ -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