1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +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;
EffectsViewModel = _layerPropertyVmFactory.EffectsViewModel(this);
Items.Add(EffectsViewModel);
LayerPropertyGroups = new BindableCollection<LayerPropertyGroupViewModel>();
PropertyChanged += HandlePropertyTreeIndexChanged;
}