From a9cd32f199704fa5f2078cb0b002a4efe7d9653a Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sat, 19 Oct 2019 20:26:14 +0200 Subject: [PATCH] Allow opening from url files --- GloSC/GloSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GloSC/GloSC.cpp b/GloSC/GloSC.cpp index fc97a11..e08a865 100644 --- a/GloSC/GloSC.cpp +++ b/GloSC/GloSC.cpp @@ -494,7 +494,7 @@ void GloSC::on_pbAddToSteam_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()) { QFileInfo fileInfo(filePath);