mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
add warning to 'load all api levels' option
This commit is contained in:
parent
3b0d09f1df
commit
cb51d2f033
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue