mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 21:18:56 +01:00
Hide reader "Split tall images" option in release build (#8235)
This commit is contained in:
@@ -4,3 +4,6 @@ import eu.kanade.tachiyomi.BuildConfig
|
||||
|
||||
val isDevFlavor: Boolean
|
||||
get() = BuildConfig.FLAVOR == "dev"
|
||||
|
||||
val isReleaseFlavor: Boolean
|
||||
get() = BuildConfig.BUILD_TYPE == "release"
|
||||
|
||||
Reference in New Issue
Block a user