diff --git a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs index 09e25a20d..33cf0f23a 100644 --- a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs +++ b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs @@ -3006,7 +3006,7 @@ internal class PluginInstallerWindow : Window, IDisposable if (repoManifest?.IsTestingExclusive == true) ImGui.BeginDisabled(); - if (ImGui.MenuItem(Locs.PluginContext_TestingOptIn, (byte*)null, optIn != null)) + if (ImGui.MenuItem(Locs.PluginContext_TestingOptIn, optIn != null)) { if (optIn != null) {