Fixed missing "private chats" button
This commit is contained in:
parent
72ac13298c
commit
d28ded4307
2 changed files with 11 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
- Added correct hostname resolving for the web client.
|
- Added correct hostname resolving for the web client.
|
||||||
- Fixed automatically added new lines for inserted text
|
- Fixed automatically added new lines for inserted text
|
||||||
- Improved button icon visibility within the permission editor
|
- Improved button icon visibility within the permission editor
|
||||||
|
- Fixed missing "private chats" button
|
||||||
|
|
||||||
* **02.02.20**
|
* **02.02.20**
|
||||||
- Added a music bot GUI
|
- Added a music bot GUI
|
||||||
|
|
|
@ -264,7 +264,16 @@
|
||||||
<div class="spacer-client-info"></div>
|
<div class="spacer-client-info"></div>
|
||||||
</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="title">{{tr "Private chats" /}}
|
||||||
<div class="container-indicator">
|
<div class="container-indicator">
|
||||||
<div class="chat-unread-counter">-1</div>
|
<div class="chat-unread-counter">-1</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue