Fix settings dialog tr (#5292)

This commit is contained in:
Zach H 2024-12-22 17:39:43 -05:00 committed by GitHub
parent 5339be318e
commit 1d9e64ec73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 20 deletions

View file

@ -176,6 +176,7 @@ private:
QLabel urlLinkLabel;
QCheckBox picDownloadCheckBox;
QListWidget *urlList;
QAction *aAdd, *aEdit, *aRemove;
QCheckBox mcDownloadSpoilersCheckBox;
QLabel msDownloadSpoilersLabel;
QGroupBox *mpGeneralGroupBox;