give player section an icon

This commit is contained in:
Tamius Han 2022-06-14 23:20:26 +02:00
parent d3dbceb749
commit ee56187c9d
2 changed files with 2 additions and 3 deletions

View File

@ -172,7 +172,7 @@ export default {
tabs: [ tabs: [
{id: 'videoSettings', label: 'Video settings', icon: 'crop'}, {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: 'autodetectionSettings', label: 'Autodetection options', icon: ''},
{id: 'advancedOptions', label: 'Advanced options', icon: 'cogs' }, {id: 'advancedOptions', label: 'Advanced options', icon: 'cogs' },
{id: 'debugging', label: 'Debugging', icon: 'bug-outline' } {id: 'debugging', label: 'Debugging', icon: 'bug-outline' }

View File

@ -8,8 +8,7 @@
<!-- Player element picker --> <!-- Player element picker -->
<div class="sub-panel"> <div class="sub-panel">
<div class="flex flex-row"> <div class="flex flex-row">
<mdicon name="crop" :size="32" /> <h1><mdicon name="television-play" :size="32" /> Player element</h1>
<h1>Player element</h1>
</div> </div>
<div class="sub-panel-content"> <div class="sub-panel-content">
<p> <p>