diff options
| author | dada513 <dada513@protonmail.com> | 2022-05-02 11:19:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 11:19:30 +0200 |
| commit | 0556ae4749fb21c8332a0139cbd03d89c9fa4b2e (patch) | |
| tree | cdd75b2fd43898a14273a8d0263c355170c682e2 /launcher/ui/widgets | |
| parent | 25d380f051d0583c086dfaab8ff6dd63f27f6503 (diff) | |
| parent | b931dc0f9373a0e6887911e3d6f8fb69afbed790 (diff) | |
| download | PrismLauncher-0556ae4749fb21c8332a0139cbd03d89c9fa4b2e.tar.gz PrismLauncher-0556ae4749fb21c8332a0139cbd03d89c9fa4b2e.tar.bz2 PrismLauncher-0556ae4749fb21c8332a0139cbd03d89c9fa4b2e.zip | |
Merge pull request #503 from txtsd/mnemonics_fix
Fix mnemonics that didn't parse
Diffstat (limited to 'launcher/ui/widgets')
| -rw-r--r-- | launcher/ui/widgets/CustomCommands.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index 68e680a5..4a39ff7f 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -43,6 +43,9 @@ <property name="text"> <string>P&ost-exit command:</string> </property> + <property name="buddy"> + <cstring>postExitCmdTextBox</cstring> + </property> </widget> </item> <item row="0" column="1"> @@ -53,6 +56,9 @@ <property name="text"> <string>&Pre-launch command:</string> </property> + <property name="buddy"> + <cstring>preLaunchCmdTextBox</cstring> + </property> </widget> </item> <item row="2" column="1"> @@ -63,6 +69,9 @@ <property name="text"> <string>&Wrapper command:</string> </property> + <property name="buddy"> + <cstring>wrapperCmdTextBox</cstring> + </property> </widget> </item> <item row="1" column="1"> |
