This commit is contained in:
Yuvi9587 2025-05-28 18:20:54 +05:30
parent 13d05765b2
commit be3a522305

View File

@ -3080,7 +3080,7 @@ class DownloaderApp(QWidget):
show_date_prefix_input = (
manga_mode_effectively_on and
(current_filename_style == STYLE_DATE_BASED or current_filename_style == STYLE_ORIGINAL_NAME) and # MODIFIED
(current_filename_style == STYLE_DATE_BASED or current_filename_style == STYLE_ORIGINAL_NAME) and
not (is_only_links_mode or is_only_archives_mode or is_only_audio_mode)
)
if hasattr(self, 'manga_date_prefix_input'):