mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
lang: Added missing localizations for new provider
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user