Skip to content

Commit

Permalink
Prevent empty space in status bar before DHT loads
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Oct 24, 2024
1 parent 85791f3 commit d5880fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/www/private/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ <h1 class="applicationTitle">qBittorrent Web User Interface <span class="version
<td id="freeSpaceOnDisk"></td>
<td class="statusBarSeparator invisible"></td>
<td id="externalIPs" class="invisible"></td>
<td class="statusBarSeparator"></td>
<td id="DHTNodes"></td>
<td class="statusBarSeparator invisible"></td>
<td id="DHTNodes" class="invisible"></td>
<td class="statusBarSeparator"></td>
<td><img id="connectionStatus" alt="QBT_TR(Connection status: Firewalled)QBT_TR[CONTEXT=MainWindow]" title="QBT_TR(Connection status: Firewalled)QBT_TR[CONTEXT=MainWindow]" src="images/firewalled.svg" style="height: 1.5em;"></td>
<td class="statusBarSeparator"></td>
Expand Down

0 comments on commit d5880fb

Please sign in to comment.