Skip to content

Commit 3da96c3

Browse files
authored
Update util.cpp
1 parent 42ad660 commit 3da96c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/util.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,5 +425,6 @@ void ResetExitFlag()
425425

426426
bool isNxmLink(const QString& link)
427427
{
428-
return link.startsWith("nxm://", Qt::CaseInsensitive);
428+
return link.startsWith("nxm://", Qt::CaseInsensitive) ||
429+
link.startsWith("https://cf-files.nexusmods.com", Qt::CaseInsensitive);
429430
}

0 commit comments

Comments
 (0)