mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
feat: extend ProgressWidget to allow for translation
This commit is contained in:
@@ -15,8 +15,9 @@ class ProgressWidget(QWidget):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
window_title: str,
|
||||
label_text: str,
|
||||
*,
|
||||
window_title: str = "",
|
||||
label_text: str = "",
|
||||
cancel_button_text: Optional[str],
|
||||
minimum: int,
|
||||
maximum: int,
|
||||
|
||||
Reference in New Issue
Block a user