We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91e1dc commit d2a9fb7Copy full SHA for d2a9fb7
qt/OpenRGBDialog2/OpenRGBDialog2.cpp
@@ -1546,6 +1546,7 @@ void OpenRGBDialog2::onDetectionEnded()
1546
{
1547
plugin_manager->ScanAndLoadPlugins();
1548
plugins_loaded = true;
1549
+ PluginsPage->RefreshList();
1550
}
1551
1552
if(device_view_showing)
qt/OpenRGBPluginsPage/OpenRGBPluginsPage.h
@@ -28,6 +28,7 @@ class Ui::OpenRGBPluginsPage : public QWidget
28
~OpenRGBPluginsPage();
29
30
void on_EnableButton_clicked(OpenRGBPluginsEntry* entry);
31
+ void RefreshList();
32
33
private slots:
34
void changeEvent(QEvent *event);
@@ -45,5 +46,4 @@ private slots:
45
46
std::vector<OpenRGBPluginsEntry*> entries;
47
48
bool InstallPlugin(std::string path);
- void RefreshList();
49
};
0 commit comments