mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Change DLL files to Plugins files in the file chooser. #1919
This commit is contained in:
@@ -86,7 +86,7 @@ void Ui::OpenRGBPluginsPage::on_InstallPluginButton_clicked()
|
||||
/*-----------------------------------------------------*\
|
||||
| Open a file selection prompt to choose the plugin file|
|
||||
\*-----------------------------------------------------*/
|
||||
QString install_file = QFileDialog::getOpenFileName(this, "Install OpenRGB Plugin", "", "DLL Files (*.dll; *.dylib; *.so; *.so.*)");
|
||||
QString install_file = QFileDialog::getOpenFileName(this, "Install OpenRGB Plugin", "", "Plugin files (*.dll; *.dylib; *.so; *.so.*)");
|
||||
|
||||
bool installed = InstallPlugin(install_file.toStdString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user