mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
WebUI: Fix incorrect row ID
Incorrect row ID prevented the "Torrent content removing mode" option from being displayed on some platforms. PR #21481.
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
cce295faeb
commit
dd7ef8e934
@@ -1007,7 +1007,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsD
|
||||
</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>
|
||||
@@ -1018,7 +1018,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsD
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr id="rowMemoryWorkingSetLimit">
|
||||
<td>
|
||||
<label for="memoryWorkingSetLimit">QBT_TR(Physical memory (RAM) usage limit:)QBT_TR[CONTEXT=OptionsDialog] <a href="https://wikipedia.org/wiki/Working_set" target="_blank">(?)</a></label>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user