We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43ab7b5 + 1c6390b commit dab2142Copy full SHA for dab2142
External/Plugins/AirProperties/PluginMain.cs
@@ -213,7 +213,7 @@ public void UpdateMenuItems()
213
ProjectManager.Projects.Project project = (ProjectManager.Projects.Project)PluginBase.CurrentProject;
214
pluginActive = project.MovieOptions.Platform.StartsWith("AIR");
215
}
216
- this.pluginMenuItem.Enabled = this.pmMenuButton.Enabled = pluginActive;
+ this.pluginMenuItem.Visible = this.pmMenuButton.Visible = pluginActive;
217
218
219
/// <summary>
0 commit comments