adding user dialog showing prefs to settings

This commit is contained in:
LarsBrubaker 2020-05-17 13:28:35 -07:00
parent e9db1b52cc
commit ab7f2dc492
7 changed files with 168 additions and 50 deletions

View file

@ -17,7 +17,7 @@ namespace MatterHackers.MatterControl
public const string AfterPrintFinishedSendEmail = nameof(AfterPrintFinishedSendEmail);
public const string AfterPrintFinishedSendTextMessage = nameof(AfterPrintFinishedSendTextMessage);
public const string ApplicationDisplayMode = nameof(ApplicationDisplayMode);
public const string ApplicationDpiAwareness = nameof(ApplicationDpiAwareness);
public const string ApplicationUseHeigResDisplays = nameof(ApplicationUseHeigResDisplays);
public const string ApplicationTextSize = nameof(ApplicationTextSize);
public const string ColorPanelExpanded = nameof(ColorPanelExpanded);
public const string ConfigurePrinter_CurrentTab = nameof(ConfigurePrinter_CurrentTab);