#5627 Update Main Window fingerprint after SSL cert gen
This commit is contained in:
parent
d6bcdcbea7
commit
32f143f52b
|
@ -139,8 +139,6 @@ MainWindow::MainWindow(QSettings& settings, AppConfig& appConfig) :
|
||||||
|
|
||||||
m_pLabelPadlock->hide();
|
m_pLabelPadlock->hide();
|
||||||
|
|
||||||
updateLocalFingerprint();
|
|
||||||
|
|
||||||
if (!appConfig.activationHasRun() && (appConfig.edition() == Unregistered)) {
|
if (!appConfig.activationHasRun() && (appConfig.edition() == Unregistered)) {
|
||||||
ActivationDialog activationDialog (this, appConfig);
|
ActivationDialog activationDialog (this, appConfig);
|
||||||
activationDialog.exec();
|
activationDialog.exec();
|
||||||
|
@ -152,6 +150,7 @@ MainWindow::MainWindow(QSettings& settings, AppConfig& appConfig) :
|
||||||
m_pSslCertificate->generateCertificate();
|
m_pSslCertificate->generateCertificate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateLocalFingerprint();
|
||||||
appConfig.saveSettings();
|
appConfig.saveSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue