Skip to content

Commit

Permalink
added title on buttons, hide progress on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed Mar 5, 2023
1 parent 19c01ed commit fe19e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/undiscord.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@ <h3>Undiscord</h3>
<div class="tbar col">
<div class="row">
<button id="toggleSidebar" class="sizeMedium icon"></button>
<button id="start" class="sizeMedium danger" style="width: 150px;">▶︎ Delete</button>
<button id="stop" class="sizeMedium" disabled>🛑 Stop</button>
<button id="start" class="sizeMedium danger" style="width: 150px;" title="Start the deletion process">▶︎ Delete</button>
<button id="stop" class="sizeMedium" title="Stop the deletion process" disabled>🛑 Stop</button>
<button id="clear" class="sizeMedium">Clear log</button>
<label class="row" title="Hide sensitive information on your screen for taking screenshots">
<input id="redact" type="checkbox" checked> Streamer mode
</label>
</div>
<div class="row">
<progress id="progressBar" value="-1"></progress>
<progress id="progressBar" style="display:none;"></progress>
</div>
</div>
<pre id="logArea" class="logarea scroll">
Expand Down

0 comments on commit fe19e7d

Please sign in to comment.