mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 09:41:02 +00:00
Revert "removed sub dub toggle(useless)"
This reverts commit 60981ba224.
This commit is contained in:
@@ -53,6 +53,7 @@ class MediaDetailsViewModel : ViewModel() {
|
||||
true -> sharedPreferences.getInt("settings_def_anime_source_s_r", 0)
|
||||
else -> sharedPreferences.getInt(("settings_def_manga_source_s_r"), 0)
|
||||
}
|
||||
it.preferDub = loadData("settings_prefer_dub") ?: false
|
||||
saveSelected(media.id, it)
|
||||
it
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user