mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 22:01:01 +00:00
Add transparency options to subtitle (#281)
* feat: add state llistener to Xpandable * feat: improve app restart process * feat: support subtitle transparency
This commit is contained in:
@@ -87,6 +87,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
Outline(Pref(Location.Player, Int::class, 0)),
|
||||
SubBackground(Pref(Location.Player, Int::class, 0)),
|
||||
SubWindow(Pref(Location.Player, Int::class, 0)),
|
||||
SubAlpha(Pref(Location.Player, Float::class, 1f)),
|
||||
Font(Pref(Location.Player, Int::class, 0)),
|
||||
FontSize(Pref(Location.Player, Int::class, 20)),
|
||||
Locale(Pref(Location.Player, Int::class, 2)),
|
||||
|
||||
Reference in New Issue
Block a user