fix: Provider loader interface being closable and not resizing correctly

This commit is contained in:
WerWolv
2023-12-17 23:15:52 +01:00
parent 7ad7ea061c
commit f2a795c51e
7 changed files with 14 additions and 16 deletions

View File

@@ -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 (...) { }