Skip to content

Commit

Permalink
feat: improve wording for the retry downloads setting (fix #3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Apr 25, 2024
1 parent d8ddcfb commit e231045
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/src/settings/options-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -896,12 +896,15 @@
<item row="9" column="0">
<widget class="QLabel" name="label_84">
<property name="text">
<string>Automatic redownload</string>
<string>Retry failed downloads</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QSpinBox" name="spinAutomaticRetries">
<property name="suffix">
<string> time(s)</string>
</property>
<property name="maximum">
<number>100</number>
</property>
Expand Down

0 comments on commit e231045

Please # to comment.