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:
parent
c07ea09c9d
commit
675486fd7e
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user