Skip to content

Commit

Permalink
WebUI: Fix incorrect row ID
Browse files Browse the repository at this point in the history
Incorrect row ID prevented the "Torrent content removing mode" option
from being displayed on some platforms.
  • Loading branch information
glassez committed Oct 3, 2024
1 parent b5b34c9 commit 59ee342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/www/private/views/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@
</select>
</td>
</tr>
<tr id="rowMemoryWorkingSetLimit">
<tr id="rowTorrentContentRemoveOption">
<td>
<label for="torrentContentRemoveOption">QBT_TR(Torrent content removing mode:)QBT_TR[CONTEXT=OptionsDialog]</label>
</td>
Expand All @@ -1118,7 +1118,7 @@
</select>
</td>
</tr>
<tr>
<tr id="rowMemoryWorkingSetLimit">
<td>
<label for="memoryWorkingSetLimit">QBT_TR(Physical memory (RAM) usage limit:)QBT_TR[CONTEXT=OptionsDialog]&nbsp;<a href="https://wikipedia.org/wiki/Working_set" target="_blank">(?)</a></label>
</td>
Expand Down

0 comments on commit 59ee342

Please sign in to comment.