This commit is contained in:
Yuvi9587
2025-05-26 08:43:13 +05:30
parent 0316813792
commit 8663ef54a3
2 changed files with 2 additions and 2 deletions

View File

@@ -1941,4 +1941,4 @@ class DownloadThread(QThread):
def receive_add_character_result(self, result):
with QMutexLocker(self.prompt_mutex):
self._add_character_response = result
self.logger(f" (DownloadThread) Received character prompt response: {'Yes (added/confirmed)' if result else 'No (declined/failed)'}")
self.logger(f" (DownloadThread) Received character prompt response: {'Yes (added/confirmed)' if result else 'No (declined/failed)'}")

View File

@@ -365,4 +365,4 @@ pyinstaller --name "Kemono Downloader" --onefile --windowed --icon="Kemono.ico"
## ** Feedback & Support**
Issues? Suggestions?
Open an issue on the [GitHub repository](https://github.com/Yuvi9587/kemono-downloader) or join our community.
Open an issue on the [GitHub repository](https://github.com/Yuvi9587/kemono-downloader) or join our community.