diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-04 20:58:30 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-04 20:58:30 -0400 |
| commit | 2db29cffda538c6a9be24dff705e1d032bd42008 (patch) | |
| tree | 82240665b18d4652507fedb1b1c541251f90996f /src/settingsdialog.ui | |
| parent | 933f460ee61a89ff71038c478de92d6c3760cc9a (diff) | |
renamed "revoke nexus authorization" to "disconnect from nexus" because "revoking" is ambiguous
reworked manual key dialog to look more like MO1
moved all the UI stuff from callbacks in Settings back to SettingsDialog in a central updateNexusButtons(), which also enables/disables buttons as needed
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 088b7a0d..08c8d9f2 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -511,12 +511,12 @@ p, li { white-space: pre-wrap; } </widget> </item> <item> - <widget class="QPushButton" name="revokeNexusAuthButton"> + <widget class="QPushButton" name="nexusDisconnect"> <property name="toolTip"> <string>Clear the stored Nexus API key and force reauthorization.</string> </property> <property name="text"> - <string>Revoke Nexus Authorization</string> + <string>Disconnect from Nexus</string> </property> <property name="icon"> <iconset resource="resources.qrc"> |
