Improvements in gui and overall code

This commit is contained in:
Deniz Şafak
2025-07-10 05:12:32 +03:00
parent 742a77234f
commit 5babc936b4
3 changed files with 182 additions and 84 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ class QueuedItem:
output_folder: str
subtitle_mode: str
output_format: str
total_char_count: int
total_char_count: int
replace_single_newlines: bool = False