mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
Make sure important data is synchronized between ImHex and plugins
This commit is contained in:
@@ -47,7 +47,7 @@ namespace hex {
|
||||
|
||||
|
||||
void ViewStrings::drawContent() {
|
||||
auto provider = prv::Provider::getCurrentProvider();
|
||||
auto provider = *SharedData::get().currentProvider;
|
||||
|
||||
if (this->m_shouldInvalidate) {
|
||||
this->m_shouldInvalidate = false;
|
||||
|
||||
Reference in New Issue
Block a user