diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nexusmanualkey.ui | 2 | ||||
| -rw-r--r-- | src/settingsdialog.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/nexusmanualkey.ui b/src/nexusmanualkey.ui index 1a842dc3..847bdd61 100644 --- a/src/nexusmanualkey.ui +++ b/src/nexusmanualkey.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Manual Nexus API Key</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0"> <item> diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index 0373cef6..b3e8c8a7 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -532,6 +532,8 @@ void SettingsDialog::updateNexusButtons() // api key is in the process of being retrieved ui->nexusConnect->setText("Connecting the API. Please login within the browser and accept the request. This will time out after 30 minutes."); ui->nexusConnect->setEnabled(false); + ui->nexusDisconnect->setEnabled(false); + ui->nexusManualKey->setEnabled(false); } else if (m_settings->hasNexusApiKey()) { // api key is present |
