mirror of
https://github.com/ModOrganizer2/modorganizer-diagnose_basic.git
synced 2026-07-27 14:03:10 -07:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bce131613 |
@@ -60,6 +60,9 @@ bool DiagnoseBasic::init(IOrganizer *moInfo)
|
||||
// checks
|
||||
invalidate();
|
||||
});
|
||||
m_MOInfo->pluginList()->onPluginMoved([&] (const QString&, int, int) {
|
||||
invalidate();
|
||||
});
|
||||
m_MOInfo->pluginList()->onRefreshed([&] () { this->invalidate(); });
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user