mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 10:59:18 +01:00
Update MenuItem call
This commit is contained in:
parent
c9e7ab4310
commit
f2aa4bd051
1 changed files with 1 additions and 1 deletions
|
|
@ -3006,7 +3006,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
||||||
if (repoManifest?.IsTestingExclusive == true)
|
if (repoManifest?.IsTestingExclusive == true)
|
||||||
ImGui.BeginDisabled();
|
ImGui.BeginDisabled();
|
||||||
|
|
||||||
if (ImGui.MenuItem(Locs.PluginContext_TestingOptIn, (byte*)null, optIn != null))
|
if (ImGui.MenuItem(Locs.PluginContext_TestingOptIn, optIn != null))
|
||||||
{
|
{
|
||||||
if (optIn != null)
|
if (optIn != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue