mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Adding switch for chromecast info being hidden or not (#463)
This commit is contained in:
committed by
GitHub
parent
b9b71ff7db
commit
6385971d3b
@@ -54,6 +54,18 @@
|
||||
</label>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<span class="switch-text">
|
||||
Cast info
|
||||
</span>
|
||||
<div class="switch">
|
||||
<label>
|
||||
Hide
|
||||
<input name="chromecast_info_display" type="checkbox" checked class="chromecast_info_display_class" /><span class="lever"></span>
|
||||
Show
|
||||
</label>
|
||||
</div>
|
||||
</li>
|
||||
<li class="background_color_container hide">
|
||||
<div class="row">
|
||||
<span class="col switch-text">Color</span>
|
||||
|
||||
Reference in New Issue
Block a user