Send text and messages via remote control

The needed logic to show/hide the section where needed is already there:
https://github.com/jellyfin/jellyfin-web/blob/3419230e891f79128b26db1cad8f307addd3c05e/src/components/remotecontrol/remotecontrol.js#L206
This commit is contained in:
Niklas Fäth
2019-11-20 14:29:10 +01:00
committed by GitHub
parent 3419230e89
commit 5453881ea1
+2 -2
View File
@@ -124,7 +124,7 @@
</button>
</div>
</div>
<div class="hide">
<div>
<div class="sendMessageSection">
<br /><h2>${HeaderSendMessage}</h2>
<div style="text-align: left;">
@@ -173,4 +173,4 @@
<br />
<br />
</div>
</div>
</div>