Update Russian translation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1c02c37e9c
commit
6fdab04c05
10 changed files with 197 additions and 196 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue