Skip to content

Commit dab2142

Browse files
committed
Merge pull request fdorg#443 from Gama11/HideAirProprties
Hide AIR properties button / menu item instead of disabling them
2 parents 43ab7b5 + 1c6390b commit dab2142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/AirProperties/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public void UpdateMenuItems()
213213
ProjectManager.Projects.Project project = (ProjectManager.Projects.Project)PluginBase.CurrentProject;
214214
pluginActive = project.MovieOptions.Platform.StartsWith("AIR");
215215
}
216-
this.pluginMenuItem.Enabled = this.pmMenuButton.Enabled = pluginActive;
216+
this.pluginMenuItem.Visible = this.pmMenuButton.Visible = pluginActive;
217217
}
218218

219219
/// <summary>

0 commit comments

Comments
 (0)