Open library update errors screen on clicking library update error notification

(cherry picked from commit d2d22f437a1d61b086f1e19dfbcd2c0a2bc125f4)
This commit is contained in:
ImaginaryDesignation
2023-07-08 13:26:15 +05:30
committed by Cuong-Tran
parent ee78212c75
commit 7c638ad452
6 changed files with 33 additions and 10 deletions

View File

@@ -16,4 +16,6 @@ object Constants {
const val SHORTCUT_SOURCES = "eu.kanade.tachiyomi.SHOW_CATALOGUES"
const val SHORTCUT_EXTENSIONS = "eu.kanade.tachiyomi.EXTENSIONS"
const val SHORTCUT_DOWNLOADS = "eu.kanade.tachiyomi.SHOW_DOWNLOADS"
const val SHORTCUT_LIBRARY_UPDATE_ERRORS = "eu.kanade.tachiyomi.SHOW_LIBRARY_UPDATE_ERRORS"
}