can hide nsfw in MangaSources

This commit is contained in:
Aria Moradi
2021-09-03 04:47:02 +04:30
parent f98ad6e9c9
commit ba26d852dc
2 changed files with 10 additions and 6 deletions

1
src/typings.d.ts vendored
View File

@@ -27,6 +27,7 @@ interface ISource {
supportsLatest: boolean
history: any
isConfigurable: boolean
isNsfw: boolean
}
interface IMangaCard {