Add battery not low restriction for global updates (closes #6980)

This commit is contained in:
arkon
2022-04-24 15:25:08 -04:00
parent 5e32b8e49f
commit 3feea71146
4 changed files with 8 additions and 2 deletions
@@ -4,6 +4,7 @@ import eu.kanade.tachiyomi.R
const val DEVICE_ONLY_ON_WIFI = "wifi"
const val DEVICE_CHARGING = "ac"
const val DEVICE_BATTERY_NOT_LOW = "battery_not_low"
const val MANGA_NON_COMPLETED = "manga_ongoing"
const val MANGA_HAS_UNREAD = "manga_fully_read"