Update Russian translation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
VADemon 2021-03-26 19:05:48 +01:00 committed by Syping
parent 1c02c37e9c
commit 6fdab04c05
10 changed files with 197 additions and 196 deletions

View file

@ -233,6 +233,7 @@ UserInterface::UserInterface(ProfileDatabase *profileDB, CrewDatabase *crewDB, D
else if (QIcon::hasThemeIcon("gtk-close")) {
closeButton->setIcon(QIcon::fromTheme("gtk-close"));
}
closeButton->setDefault(true);
buttonLayout->addWidget(closeButton);
donateLayout->addLayout(buttonLayout);
QObject::connect(closeButton, &QPushButton::clicked, donateDialog, &QDialog::accept);