diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-04-29 01:30:47 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-04-29 01:30:47 +0530 |
commit | b931dc0f9373a0e6887911e3d6f8fb69afbed790 (patch) | |
tree | ae367a255bf586a42a970e3f95faf6382e8fc05c /launcher/ui/pages/global/ProxyPage.ui | |
parent | b94f70ea96e9520f2a0ad6e4969941010b49049f (diff) | |
download | PrismLauncher-b931dc0f9373a0e6887911e3d6f8fb69afbed790.tar.gz PrismLauncher-b931dc0f9373a0e6887911e3d6f8fb69afbed790.tar.bz2 PrismLauncher-b931dc0f9373a0e6887911e3d6f8fb69afbed790.zip |
fix(mnemonics): Add missing buddies to labels
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/pages/global/ProxyPage.ui')
-rw-r--r-- | launcher/ui/pages/global/ProxyPage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/ProxyPage.ui b/launcher/ui/pages/global/ProxyPage.ui index 5a2fc73d..91ba46b3 100644 --- a/launcher/ui/pages/global/ProxyPage.ui +++ b/launcher/ui/pages/global/ProxyPage.ui @@ -147,6 +147,9 @@ <property name="text"> <string>&Username:</string> </property> + <property name="buddy"> + <cstring>proxyUserEdit</cstring> + </property> </widget> </item> <item row="1" column="0"> @@ -154,6 +157,9 @@ <property name="text"> <string>&Password:</string> </property> + <property name="buddy"> + <cstring>proxyPassEdit</cstring> + </property> </widget> </item> <item row="1" column="1"> |