default op skip proxy to off
This commit is contained in:
parent
6a42832855
commit
4be3ded9c8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ data class PlayerSettings(
|
||||||
|
|
||||||
//TimeStamps
|
//TimeStamps
|
||||||
var timeStampsEnabled: Boolean = true,
|
var timeStampsEnabled: Boolean = true,
|
||||||
var useProxyForTimeStamps: Boolean = true,
|
var useProxyForTimeStamps: Boolean = false,
|
||||||
var showTimeStampButton: Boolean = true,
|
var showTimeStampButton: Boolean = true,
|
||||||
|
|
||||||
//Auto
|
//Auto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue