Made the default theme blue - light.
Moved setting to UserrSettingsKey
This commit is contained in:
parent
cd5f3dec26
commit
698426858e
6 changed files with 9 additions and 7 deletions
|
|
@ -105,7 +105,7 @@ namespace MatterHackers.MatterControl.DataStorage.ClassicDB
|
|||
ProfileManager.Instance.SetLastProfile(printer.Id.ToString());
|
||||
}
|
||||
|
||||
layeredProfile.UserLayer[SettingsKey.active_theme_index] = UserSettings.Instance.get("ActiveThemeIndex");
|
||||
layeredProfile.UserLayer[SettingsKey.active_theme_index] = UserSettings.Instance.get(UserSettingsKey.ActiveThemeIndex);
|
||||
|
||||
// Import macros from the database
|
||||
var allMacros = Datastore.Instance.dbSQLite.Query<CustomCommands>("SELECT * FROM CustomCommands WHERE PrinterId = " + printer.Id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue