forked from userdocs/qbittorrent-nox-static
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/app/application.cpp b/src/app/application.cpp | ||
index e22f2f670..38df74aac 100644 | ||
--- a/src/app/application.cpp | ||
+++ b/src/app/application.cpp | ||
@@ -924,6 +924,7 @@ int Application::exec() | ||
+ tr("The WebUI administrator password was not set. A temporary password is provided for this session: %1").arg(tempPassword) + u'\n' | ||
+ tr("You should set your own password in program preferences.") + u'\n'; | ||
printf("%s", qUtf8Printable(warning)); | ||
+ fflush(stdout); // Necessary for environments (e.g. docker) where stdout is buffered | ||
} | ||
#endif // DISABLE_GUI | ||
#endif // DISABLE_WEBUI |