From b931dc0f9373a0e6887911e3d6f8fb69afbed790 Mon Sep 17 00:00:00 2001 From: txtsd Date: Fri, 29 Apr 2022 01:30:47 +0530 Subject: [PATCH] fix(mnemonics): Add missing buddies to labels Co-authored-by: Sefa Eyeoglu --- launcher/ui/pages/global/ExternalToolsPage.ui | 3 +++ launcher/ui/pages/global/JavaPage.ui | 15 +++++++++++++++ launcher/ui/pages/global/ProxyPage.ui | 6 ++++++ launcher/ui/widgets/CustomCommands.ui | 9 +++++++++ 4 files changed, 33 insertions(+) diff --git a/launcher/ui/pages/global/ExternalToolsPage.ui b/launcher/ui/pages/global/ExternalToolsPage.ui index 8609d4696..3643094df 100644 --- a/launcher/ui/pages/global/ExternalToolsPage.ui +++ b/launcher/ui/pages/global/ExternalToolsPage.ui @@ -158,6 +158,9 @@ &Text Editor: + + jsonEditorTextBox + diff --git a/launcher/ui/pages/global/JavaPage.ui b/launcher/ui/pages/global/JavaPage.ui index bb1957705..083435d8b 100644 --- a/launcher/ui/pages/global/JavaPage.ui +++ b/launcher/ui/pages/global/JavaPage.ui @@ -72,6 +72,9 @@ &Minimum memory allocation: + + minMemSpinBox + @@ -79,6 +82,9 @@ Ma&ximum memory allocation: + + maxMemSpinBox + @@ -108,6 +114,9 @@ &PermGen: + + permGenSpinBox + @@ -152,6 +161,9 @@ &Java path: + + javaPathTextBox + @@ -194,6 +206,9 @@ J&VM arguments: + + jvmArgsTextBox + diff --git a/launcher/ui/pages/global/ProxyPage.ui b/launcher/ui/pages/global/ProxyPage.ui index 5a2fc73d4..91ba46b3d 100644 --- a/launcher/ui/pages/global/ProxyPage.ui +++ b/launcher/ui/pages/global/ProxyPage.ui @@ -147,6 +147,9 @@ &Username: + + proxyUserEdit + @@ -154,6 +157,9 @@ &Password: + + proxyPassEdit + diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index 68e680a54..4a39ff7f7 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -43,6 +43,9 @@ P&ost-exit command: + + postExitCmdTextBox + @@ -53,6 +56,9 @@ &Pre-launch command: + + preLaunchCmdTextBox + @@ -63,6 +69,9 @@ &Wrapper command: + + wrapperCmdTextBox +