fix: improve REI load times during search caching once more
This commit is contained in:
@@ -61,6 +61,9 @@ object RepoManager {
|
||||
RENDER_AND_TEXT("text"),
|
||||
;
|
||||
|
||||
fun rendersPerfectText() = this == RENDER_AND_TEXT
|
||||
fun rendersPerfectVisuals() = this == RENDER || this == RENDER_AND_TEXT
|
||||
|
||||
override fun asString(): String? = label
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user