Skip to content

Commit

Permalink
show a better reason when the user requests the disconnection
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18728 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 15, 2018
1 parent 2c936eb commit ded694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<button onclick="show_menu('xpra_menu', event);" class="menu-button">Xpra <span class="caret"></span></button>
<div id="xpra_menu" class="menu-content">
<a href="#" onclick="show_about(event); return false">About</a>
<a href="#" onclick="client.close(); return false">Disconnect</a>
<a href="#" onclick="client.disconnect_reason='User request'; client.close(); return false">Disconnect</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ded694d

Please sign in to comment.