Merge pull request #2562 from Trial97/fix_update_message

fix update message
This commit is contained in:
Tayou 2024-06-24 22:17:48 +02:00 committed by GitHub
commit 6b1c16b01a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -991,7 +991,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
"\n" "\n"
"You are now running %1 .\n" "You are now running %1 .\n"
"Check the Prism Launcher updater log at: \n" "Check the Prism Launcher updater log at: \n"
"%1\n" "%2\n"
"for details.") "for details.")
.arg(BuildConfig.printableVersionString()) .arg(BuildConfig.printableVersionString())
.arg(update_log_path); .arg(update_log_path);