add new application icon for GLFW

This commit is contained in:
Lars Brubaker 2020-11-18 15:18:32 -08:00
parent 30f58f8ea9
commit 72ea164f11
4 changed files with 3 additions and 3 deletions

View file

@ -314,7 +314,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
},
new NamedBoolAction()
{
Title = "Configure Printer".Localize(),
Title = "Show Printer".Localize(),
Action = () => { },
GetIsActive = () => printer.ViewState.ConfigurePrinterVisible,
SetIsActive = (value) => printer.ViewState.ConfigurePrinterVisible = value