Refresh plugin list after a plugins scan. Fixes #4505
This commit is contained in:
parent
c91e1dcdd9
commit
d2a9fb7c3c
2 changed files with 2 additions and 1 deletions
|
|
@ -1546,6 +1546,7 @@ void OpenRGBDialog2::onDetectionEnded()
|
|||
{
|
||||
plugin_manager->ScanAndLoadPlugins();
|
||||
plugins_loaded = true;
|
||||
PluginsPage->RefreshList();
|
||||
}
|
||||
|
||||
if(device_view_showing)
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ public:
|
|||
~OpenRGBPluginsPage();
|
||||
|
||||
void on_EnableButton_clicked(OpenRGBPluginsEntry* entry);
|
||||
void RefreshList();
|
||||
|
||||
private slots:
|
||||
void changeEvent(QEvent *event);
|
||||
|
|
@ -45,5 +46,4 @@ private:
|
|||
std::vector<OpenRGBPluginsEntry*> entries;
|
||||
|
||||
bool InstallPlugin(std::string path);
|
||||
void RefreshList();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue