diff options
author | Lenny McLennington <lennymclennington@protonmail.com> | 2022-05-13 17:48:19 +0100 |
---|---|---|
committer | Lenny McLennington <lennymclennington@protonmail.com> | 2022-05-21 17:30:09 +0100 |
commit | caf6d027282392a58b935185d787c4c22a861409 (patch) | |
tree | 9d01ac05666a2a1235a79562c6f911e10038060b /launcher/ui/pages/global/APIPage.ui | |
parent | 35f71f5793ee91a71e00464932ff95eb5e5e4d5e (diff) | |
download | PrismLauncher-caf6d027282392a58b935185d787c4c22a861409.tar.gz PrismLauncher-caf6d027282392a58b935185d787c4c22a861409.tar.bz2 PrismLauncher-caf6d027282392a58b935185d787c4c22a861409.zip |
Change paste settings and add copyright headers
- There's now a notice reminding people to change the base URL if they
had a custom base URL and change the paste type (that was something I
personally had problems with when I was testing, so a reminder was
helpful for me).
- Broke down some of the long lines on APIPage.cpp to be more readable.
- Added copyright headers where they were missing.
- Changed the paste service display names to the names they are more
commonly known by.
- Changed the default hastebin base URL to https://hst.sh due to the
acquisition of https://hastebin.com by Toptal.
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> |