From a1469588623e5e139c561bd8c9e9fd9705e6ab19 Mon Sep 17 00:00:00 2001 From: cjee21 <77721854+cjee21@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:06:26 +0800 Subject: [PATCH] Qt GUI: Support opening URLs --- Source/GUI/Qt/mainwindow.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/GUI/Qt/mainwindow.cpp b/Source/GUI/Qt/mainwindow.cpp index 4eaca877f..b2dd102c4 100644 --- a/Source/GUI/Qt/mainwindow.cpp +++ b/Source/GUI/Qt/mainwindow.cpp @@ -429,7 +429,14 @@ void MainWindow::openFiles(QStringList fileNames) { //Configuring if(fileNames.isEmpty()) return; - for(int i=0;iMenu_File_Open_Files_Begin(settings->value("closeBeforeOpen",true).toBool(), true);