mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Added url handler for curseforge
Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
@ -240,7 +240,6 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
||||
m_zipsToImport.append(QUrl::fromLocalFile(QFileInfo(zip_path).absoluteFilePath()));
|
||||
}
|
||||
|
||||
|
||||
// error if --launch is missing with --server or --profile
|
||||
if((!m_serverToJoin.isEmpty() || !m_profileToUse.isEmpty()) && m_instanceIdToLaunch.isEmpty())
|
||||
{
|
||||
|
Reference in New Issue
Block a user