mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Remove "requires restart" from network interface settings
Network interface changes are applied on the fly. A restart is not required.
This commit is contained in:
@@ -842,7 +842,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="networkInterface">QBT_TR(Network Interface (requires restart):)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="networkInterface">QBT_TR(Network Interface:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="networkInterface" style="width: 15em;">
|
||||
@@ -851,7 +851,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="optionalIPAddressToBind">QBT_TR(Optional IP Address to bind to (requires restart):)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="optionalIPAddressToBind">QBT_TR(Optional IP Address to bind to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="optionalIPAddressToBind" style="width: 15em;">
|
||||
|
||||
Reference in New Issue
Block a user