diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 02:10:59 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 02:10:59 -0500 |
| commit | 0c69619dbe4fae24794b2539a331ca7ac66f1f93 (patch) | |
| tree | 08652b0f3d5c09384c9f1704ab02dcc4b68de2d2 /src/lootdialog.cpp | |
| parent | 0e45044dbd724e9050bea00511585dc023afe144 (diff) | |
switched to named pipes
Diffstat (limited to 'src/lootdialog.cpp')
| -rw-r--r-- | src/lootdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lootdialog.cpp b/src/lootdialog.cpp index 43929c00..a8f73cdc 100644 --- a/src/lootdialog.cpp +++ b/src/lootdialog.cpp @@ -252,6 +252,7 @@ void LootDialog::showReport() { const auto& lootReport = m_loot.report(); + m_core.pluginList()->clearAdditionalInformation(); for (auto&& p : lootReport.plugins) { m_core.pluginList()->addLootReport(p.name, p); } |
