mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 11:41:01 +00:00
feat: add calculator to app
This commit is contained in:
@@ -201,4 +201,5 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
AnilistUserId(Pref(Location.Protected, String::class, "")),
|
||||
MALCodeChallenge(Pref(Location.Protected, String::class, "")),
|
||||
MALToken(Pref(Location.Protected, MAL.ResponseToken::class, "")),
|
||||
AppPassword(Pref(Location.Protected, String::class, "")),
|
||||
}
|
||||
Reference in New Issue
Block a user