Remove ThemeMode from UserSettings/db persistence

This commit is contained in:
John Lewin 2018-10-20 23:09:15 -07:00
parent 53e3cbc7d4
commit b85a95dfb4

View file

@ -68,7 +68,6 @@ namespace MatterHackers.MatterControl
public const string SelectedObjectEditorHeight = nameof(SelectedObjectEditorHeight);
public const string SelectionTreeViewPanelExpanded = nameof(SelectionTreeViewPanelExpanded);
public const string ThemeName = nameof(ThemeName);
public const string ThemeMode = nameof(ThemeMode);
}
public class UserSettings