From b207dacd20269a5eb30f968ddc052b5509a7ae90 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Sun, 23 Mar 2025 21:18:44 +0800 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 27d57bd..20ce278 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,7 @@ int main(int argc, char* argv[]) { #ifdef Q_OS_WIN if (!checkVCRedist()) { - QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.
Download it from here".); + QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.
Download it from here."); return 1; } #endif