Move ApplyDeEmphasis in model

This commit is contained in:
Matt Nadareski
2021-07-03 14:46:40 -07:00
parent f2053d5a44
commit c2b063301a

View File

@@ -42,10 +42,6 @@ namespace RedBookPlayer.GUI
set => this.RaiseAndSetIfChanged(ref _volume, value);
}
#endregion
#region Disc Flags
private bool _applyDeEmphasis;
public bool ApplyDeEmphasis
{
@@ -53,6 +49,10 @@ namespace RedBookPlayer.GUI
set => this.RaiseAndSetIfChanged(ref _applyDeEmphasis, value);
}
#endregion
#region Disc Flags
private bool _quadChannel;
public bool QuadChannel
{