1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-01 02:03:32 +00:00

Core - Streamlined public parts of profile creation

UI - Started adjusting the VMs for the layer refactor
This commit is contained in:
Robert 2020-09-10 20:23:10 +02:00 committed by SpoinkyNL
parent c07ea09c9d
commit 675486fd7e

View File

@ -52,6 +52,8 @@ namespace Artemis.UI.Screens.ProfileEditor.LayerProperties
SettingsService = settingsService; SettingsService = settingsService;
EffectsViewModel = _layerPropertyVmFactory.EffectsViewModel(this); EffectsViewModel = _layerPropertyVmFactory.EffectsViewModel(this);
Items.Add(EffectsViewModel);
LayerPropertyGroups = new BindableCollection<LayerPropertyGroupViewModel>(); LayerPropertyGroups = new BindableCollection<LayerPropertyGroupViewModel>();
PropertyChanged += HandlePropertyTreeIndexChanged; PropertyChanged += HandlePropertyTreeIndexChanged;
} }