fix: switch visibility

This commit is contained in:
rebelonion 2024-05-01 21:19:29 -05:00
parent a3e1cc45b3
commit 97ff591b62
4 changed files with 7 additions and 5 deletions

View file

@ -63,7 +63,7 @@ class DownloadAddonManager(
}
}
override fun isAvailable(): Boolean {
override fun isAvailable(andEnabled: Boolean): Boolean {
return extension?.extension != null
}