Skip to content

Commit

Permalink
attempt patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Nov 22, 2023
1 parent e4654c4 commit 3c066f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# mips64el,
# riscv64,
# ]
qbt_cross_name: [armhf, armv7, aarch64, x86_64, x86]
qbt_cross_name: [x86_64]
qbt_libtorrent_version: ["1.2", "2.0"]
qbt_build_tool: ["", cmake]
include:
Expand Down
12 changes: 12 additions & 0 deletions patches/qbittorrent/4.6.1/patch
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

0 comments on commit 3c066f0

Please sign in to comment.