mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-19 01:31:47 -04:00
Refresh plugin list after a plugins scan. Fixes #4505
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user