add warning to 'load all api levels' option

This commit is contained in:
goat 2021-12-08 01:26:59 +01:00
parent 3b0d09f1df
commit cb51d2f033
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -652,7 +652,7 @@ namespace Dalamud.Interface.Internal
ImGui.Separator();
if (ImGui.MenuItem("Load all API levels", null, configuration.LoadAllApiLevels))
if (ImGui.MenuItem("Load all API levels (ONLY FOR DEVELOPERS!!!)", null, configuration.LoadAllApiLevels))
{
configuration.LoadAllApiLevels = !configuration.LoadAllApiLevels;
configuration.Save();