add new application icon for GLFW
This commit is contained in:
parent
30f58f8ea9
commit
72ea164f11
4 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue