mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
#5627 Update Main Window fingerprint after SSL cert gen
This commit is contained in:
committed by
Andrew Nelless
parent
d6bcdcbea7
commit
32f143f52b
@@ -139,8 +139,6 @@ MainWindow::MainWindow(QSettings& settings, AppConfig& appConfig) :
|
||||
|
||||
m_pLabelPadlock->hide();
|
||||
|
||||
updateLocalFingerprint();
|
||||
|
||||
if (!appConfig.activationHasRun() && (appConfig.edition() == Unregistered)) {
|
||||
ActivationDialog activationDialog (this, appConfig);
|
||||
activationDialog.exec();
|
||||
@@ -152,6 +150,7 @@ MainWindow::MainWindow(QSettings& settings, AppConfig& appConfig) :
|
||||
m_pSslCertificate->generateCertificate();
|
||||
}
|
||||
|
||||
updateLocalFingerprint();
|
||||
appConfig.saveSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user