Allow opening from url files

pull/1/head
Peter Repukat 5 years ago
parent 56e4e666bf
commit a9cd32f199

@ -494,7 +494,7 @@ void GloSC::on_pbAddToSteam_clicked()
void GloSC::on_pbSearchPath_clicked() void GloSC::on_pbSearchPath_clicked()
{ {
QString filePath = QFileDialog::getOpenFileName(this, "Select Game", "", "*.exe"); QString filePath = QFileDialog::getOpenFileName(this, "Select Game", "", "*.exe *.url");
if (!filePath.isEmpty()) if (!filePath.isEmpty())
{ {
QFileInfo fileInfo(filePath); QFileInfo fileInfo(filePath);

Loading…
Cancel
Save