summaryrefslogtreecommitdiff
path: root/src/settingsdialog.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-03 17:20:31 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-03 17:20:31 -0400
commit933f460ee61a89ff71038c478de92d6c3760cc9a (patch)
treed4fa53698674b8d418e4c4f19e1dfe5d2ae85c29 /src/settingsdialog.ui
parentf00314442b9c3c28e846c64da3c3f776e50656de (diff)
added new dialog to enter api key manually
added button in nexus settings to open the dialog added a force flag to apiCheck() to do a check with the new key even if the login was successful before
Diffstat (limited to 'src/settingsdialog.ui')
-rw-r--r--src/settingsdialog.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui
index fa8893b9..088b7a0d 100644
--- a/src/settingsdialog.ui
+++ b/src/settingsdialog.ui
@@ -495,6 +495,22 @@ p, li { white-space: pre-wrap; }
</spacer>
</item>
<item>
+ <widget class="QPushButton" name="nexusManualKey">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Manually enter the API key and try to login</string>
+ </property>
+ <property name="text">
+ <string>Enter API Key Manually</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QPushButton" name="revokeNexusAuthButton">
<property name="toolTip">
<string>Clear the stored Nexus API key and force reauthorization.</string>