diff options
Diffstat (limited to 'launcher/ui/pages/global/APIPage.ui')
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index d986c2e2..b6af1958 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -61,6 +61,19 @@ <property name="placeholderText"> <string/> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="baseURLNote"> + <property name="text"> + <string>Note: you probably want to change or clear the Base URL after changing the paste service type.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> </layout> |