mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 16:33:57 +00:00
default cast setting to visible
This commit is contained in:
@@ -45,6 +45,6 @@ data class PlayerSettings(
|
||||
var skipTime: Int = 85,
|
||||
|
||||
//Other
|
||||
var cast: Boolean = false,
|
||||
var cast: Boolean = true,
|
||||
var pip: Boolean = true
|
||||
) : Serializable
|
||||
|
||||
Reference in New Issue
Block a user