Browse Source

change message box when change currency

pull/23/head
Denio 5 years ago
parent
commit
eb70d6eeaa
  1. 4
      src/mainwindow.cpp

4
src/mainwindow.cpp

@ -430,8 +430,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);
// Tell the user to restart
QMessageBox::information(this, tr("Currency Change"), tr("Please restart SilentDragonLite to have new currencies apply"), QMessageBox::Ok);
});

Loading…
Cancel
Save