lang: Added missing localizations for new provider

This commit is contained in:
WerWolv
2023-01-01 19:14:57 +01:00
parent d7d19d7594
commit b4b507ecc9
3 changed files with 22 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ namespace hex::plugin::builtin {
bool ViewProviderSettings::isAvailable() const {
auto provider = hex::ImHexApi::Provider::get();
return provider != nullptr && provider->hasInterface();
return provider != nullptr && provider->hasInterface() && provider->isAvailable();
}
}