fix: add mnemonic to downloads directory setting

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-03-14 13:35:16 +01:00
parent c17f6e37e5
commit 05b6969ee5
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -130,7 +130,10 @@
<item row="3" column="0">
<widget class="QLabel" name="labelDownloadsDir">
<property name="text">
<string>Downloads:</string>
<string>&amp;Downloads:</string>
</property>
<property name="buddy">
<cstring>downloadsDirTextBox</cstring>
</property>
</widget>
</item>