Ask users to clear the accounts when enabling widevine (#1249)
This commit is contained in:
parent
f35c82d59d
commit
ef67ae9d6a
3 changed files with 44 additions and 7 deletions
|
|
@ -257,7 +257,7 @@ namespace LibationFileManager
|
|||
}
|
||||
|
||||
[Description("Use widevine DRM")]
|
||||
public bool UseWidevine { get => GetNonString(defaultValue: true); set => SetNonString(value); }
|
||||
public bool UseWidevine { get => GetNonString(defaultValue: false); set => SetNonString(value); }
|
||||
|
||||
[Description("Request Spatial Audio")]
|
||||
public bool RequestSpatial { get => GetNonString(defaultValue: true); set => SetNonString(value); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue