diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-07 20:50:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 20:50:19 +0000 |
commit | 59cf8f678f6e3448dae1af99a59eb4d0157408c9 (patch) | |
tree | 4ecdd1e0989295ea32bcac8b2e45b9bd59d35ecf /launcher/ui/pages/global | |
parent | 088be050b245dc60e799e677369cb4d9d941c0fe (diff) | |
download | PrismLauncher-59cf8f678f6e3448dae1af99a59eb4d0157408c9.tar.gz PrismLauncher-59cf8f678f6e3448dae1af99a59eb4d0157408c9.tar.bz2 PrismLauncher-59cf8f678f6e3448dae1af99a59eb4d0157408c9.zip |
(hopefully) Fix duplicates names
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index 91f867e0..d866d7f9 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -250,14 +250,14 @@ </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> - <widget class="QLabel" name="label_8"> + <widget class="QLabel" name="label_10"> <property name="text"> <string>Note: you probably don't need to set this if CurseForge already works.</string> </property> </widget> </item> <item row="2" column="0"> - <widget class="QLabel" name="label_7"> + <widget class="QLabel" name="label_9"> <property name="text"> <string>Enter a custom API Key for CurseForge here.</string> </property> |