give player section an icon
This commit is contained in:
parent
d3dbceb749
commit
ee56187c9d
@ -172,7 +172,7 @@ export default {
|
||||
|
||||
tabs: [
|
||||
{id: 'videoSettings', label: 'Video settings', icon: 'crop'},
|
||||
{id: 'playerDetection', label: 'Player detection', icon: ''},
|
||||
{id: 'playerDetection', label: 'Player detection', icon: 'television-play'},
|
||||
{id: 'autodetectionSettings', label: 'Autodetection options', icon: ''},
|
||||
{id: 'advancedOptions', label: 'Advanced options', icon: 'cogs' },
|
||||
{id: 'debugging', label: 'Debugging', icon: 'bug-outline' }
|
||||
|
@ -8,8 +8,7 @@
|
||||
<!-- Player element picker -->
|
||||
<div class="sub-panel">
|
||||
<div class="flex flex-row">
|
||||
<mdicon name="crop" :size="32" />
|
||||
<h1>Player element</h1>
|
||||
<h1><mdicon name="television-play" :size="32" /> Player element</h1>
|
||||
</div>
|
||||
<div class="sub-panel-content">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user