Fixed missing "private chats" button

canary
WolverinDEV 2020-02-16 19:37:34 +01:00
parent 72ac13298c
commit d28ded4307
2 changed files with 11 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- Added correct hostname resolving for the web client.
- Fixed automatically added new lines for inserted text
- Improved button icon visibility within the permission editor
- Fixed missing "private chats" button
* **02.02.20**
- Added a music bot GUI

View File

@ -264,7 +264,16 @@
<div class="spacer-client-info"></div>
</div>
<div class="block right mode-based mode-private_chat mode-channel_chat">
<div class="block right mode-based mode-private_chat">
<div class="title">{{tr "Private chats" /}}
<div class="container-indicator">
<div class="chat-unread-counter">-1</div>
</div>
</div>
<div class="value button chat-counter">Hmm... Something seems to be wrong!</div>
</div>
<div class="block right mode-basedt mode-channel_chat">
<div class="title">{{tr "Private chats" /}}
<div class="container-indicator">
<div class="chat-unread-counter">-1</div>