Make DisabledReason virtual

This commit is contained in:
John Lewin 2018-12-05 13:25:09 -08:00
parent 42f2f89262
commit 34b14c7de8
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.Plugins.X3GDriver
&& printer.Settings.GetValue<bool>("enable_sailfish_communication");
}
public string DisabledReason
public override string DisabledReason
{
get
{