mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Show all layers in editor by default
This commit is contained in:
parent
7323c657df
commit
e5f1a940de
@ -121,6 +121,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup />
|
||||
<PropertyGroup>
|
||||
|
||||
@ -64,6 +64,7 @@ namespace Artemis.ViewModels
|
||||
ProfileNames = new ObservableCollection<string>();
|
||||
Layers = new ObservableCollection<LayerModel>();
|
||||
ProfileEditorModel = profileEditorModel;
|
||||
ShowAll = true;
|
||||
|
||||
PropertyChanged += EditorStateHandler;
|
||||
_deviceManager.OnKeyboardChanged += DeviceManagerOnOnKeyboardChanged;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user