We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86484ba commit 764a5a8Copy full SHA for 764a5a8
1 file changed
Gui/ViewModels/LocoTypes/Objects/SoundViewModel.cs
@@ -18,6 +18,7 @@ public uint32_t Volume
18
set => Model.Volume = value;
19
}
20
21
+ [ReadOnly(true)]
22
public SoundObjectData SoundObjectData
23
{
24
get => Model.SoundObjectData;
0 commit comments