aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-01-23 14:20:54 +0100
committerstonedDiscord <Tukz@gmx.de>2023-01-23 14:20:54 +0100
commit3c1c9fbd1ecf9266e37f2c805c72f0d90c4aab72 (patch)
tree2c4ef36e31fd82eed0bf79a6505c6617449f162d /public
parent46ca0989fc39d43ff5ec639351feab08b374d8e0 (diff)
default on shownames, fix #179
Diffstat (limited to 'public')
-rw-r--r--public/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html
index 3f45793..ac27662 100644
--- a/public/client.html
+++ b/public/client.html
@@ -250,7 +250,7 @@
<input id="ic_chat_name" name="ic_chat_name" type="text">
<br>
<label for="showname">Show others:</label>
- <input id="showname" name="showname" type="checkbox" onclick="showname_click()">
+ <input id="showname" name="showname" type="checkbox" onclick="showname_click()" checked>
<br>
<br>
<label for="check_nonint">Noninterrupting Preanimation:</label>