diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-01 14:41:13 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-01 14:41:16 +0000 |
commit | a7b80922967744efa6c9ffba457ac6850d4f660a (patch) | |
tree | 989a470641e905c74a028a86015264fe439badc5 | |
parent | 1feb63052020db941a3c1a10d14c9a4791169c1a (diff) | |
download | PrismLauncher-a7b80922967744efa6c9ffba457ac6850d4f660a.tar.gz PrismLauncher-a7b80922967744efa6c9ffba457ac6850d4f660a.tar.bz2 PrismLauncher-a7b80922967744efa6c9ffba457ac6850d4f660a.zip |
Add link
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index b09a86ee..431fd8c6 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -252,7 +252,7 @@ <item row="0" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> - <string>Note: you only need to set this to access private data.</string> + <string><html><head/><body><p>Note: you only need to set this to access private data. Read the <a href="https://docs.modrinth.com/api-spec/#section/Authentication"><span style=" text-decoration: underline; color:#0000ff;">documentation</span></a> for more information.</p></body></html></string> </property> </widget> </item> |