mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 21:21:01 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ani.dantotsu.settings
|
||||
|
||||
import java.io.Serializable
|
||||
|
||||
data class NovelReaderSettings(
|
||||
var showSource: Boolean = true,
|
||||
var showSystemBars: Boolean = false,
|
||||
var default: CurrentNovelReaderSettings = CurrentNovelReaderSettings(),
|
||||
var askIndividual: Boolean = true,
|
||||
) : Serializable
|
||||
Reference in New Issue
Block a user