Change DLL files to Plugins files in the file chooser. #1919
This commit is contained in:
parent
ace9093465
commit
eaf42dfa0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue