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:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user