change message box when change currency
This commit is contained in:
@@ -430,8 +430,8 @@ void MainWindow::setupSettingsModal() {
|
|||||||
QObject::connect(settings.comboBoxCurrency, &QComboBox::currentTextChanged, [=] (QString currency_name) {
|
QObject::connect(settings.comboBoxCurrency, &QComboBox::currentTextChanged, [=] (QString currency_name) {
|
||||||
this->slot_change_currency(currency_name);
|
this->slot_change_currency(currency_name);
|
||||||
|
|
||||||
// Tell the user that it will take some seconds
|
// Tell the user to restart
|
||||||
QMessageBox::information(this, tr("Currency Change"), tr("This change will take some seconds"), QMessageBox::Ok);
|
QMessageBox::information(this, tr("Currency Change"), tr("Please restart SilentDragonLite to have new currencies apply"), QMessageBox::Ok);
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user