wrap with tr

This commit is contained in:
2025-03-30 21:26:41 +03:00
parent dda40e11b8
commit f483c97935
3 changed files with 6 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ SettingsDialog::SettingsDialog(QWidget *parent)
ui->printHeaderCheckBox->setChecked(this->settings.get_all_settings()["print_header"]);
ui->printTotalCheckBox->setChecked(this->settings.get_all_settings()["print_total"]);
std::cout << settings.get_all_settings() << std::endl;
int currentLanguageIndex = 0;
bool languageSettingPresent = false;