Message that the change will take some seconds

This commit is contained in:
Denio
2019-11-17 23:17:53 +01:00
parent b0c12948c7
commit e27ab8d5d7

View File

@@ -429,6 +429,8 @@ void MainWindow::setupSettingsModal() {
QObject::connect(settings.comboBoxCurrency, &QComboBox::currentTextChanged, [=] (QString currency_name) {
this->slot_change_currency(currency_name);
// Tell the user that it will take some seconds
QMessageBox::information(this, tr("Currency Change"), tr("This change will take some seconds"), QMessageBox::Ok);
});