turn off debug overlay by default

This commit is contained in:
Cuong-Tran 2025-02-27 15:28:26 +07:00
parent bfbc4d44d9
commit 1d2064485f
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -11,7 +11,7 @@ enum class DebugToggles(val default: Boolean) {
ENABLE_EXH_ROOT_REDIRECT(true),
// Enable debug overlay (only available in debug builds)
ENABLE_DEBUG_OVERLAY(true),
ENABLE_DEBUG_OVERLAY(false),
// Convert non-root galleries into root galleries when loading them
PULL_TO_ROOT_WHEN_LOADING_EXH_MANGA_DETAILS(true),