mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Provider loader interface being closable and not resizing correctly
This commit is contained in:
@@ -179,7 +179,7 @@ namespace hex::plugin::builtin::recent {
|
||||
uniqueProviders.insert(RecentEntry {
|
||||
.displayName = jsonData.at("displayName"),
|
||||
.type = jsonData.at("type"),
|
||||
.entryFilePath = path,
|
||||
.entryFilePath = path,
|
||||
.data = jsonData
|
||||
});
|
||||
} catch (...) { }
|
||||
|
||||
Reference in New Issue
Block a user