More fixes to make the translation work (#2439)

* more fixes to make the translation work

* If size is disabled, it will not appear on the patches screen

* Update game_install_dialog.h
This commit is contained in:
DanielSvoboda 2025-02-15 03:07:22 -03:00 committed by GitHub
parent 32763b7af6
commit 290e127a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 8 deletions

View file

@ -11,6 +11,7 @@
class QLineEdit;
class GameInstallDialog final : public QDialog {
Q_OBJECT
public:
GameInstallDialog();
~GameInstallDialog();