fix OptionMenuItemCommand::DoCommand for new 4.15 keyword

This commit is contained in:
Ricardo Luís Vaz Silva 2025-02-20 05:21:45 -03:00
parent 49cca9e8fe
commit 0e77b01fc4

View file

@ -184,7 +184,7 @@ class OptionMenuItemCommand : OptionMenuItemSubmenu
return self;
}
private native static void DoCommand(String cmd, bool unsafe); // This is very intentionally limited to this menu item to prevent abuse.
private native static void DoCommand(String cmd, bool is_unsafe); // This is very intentionally limited to this menu item to prevent abuse.
override bool Activate()
{