mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Only show platform settings if a platform is selected
This commit is contained in:
parent
e6e765c7d3
commit
1ab410f55d
1 changed files with 42 additions and 40 deletions
|
@ -10,6 +10,7 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<template v-if="platform">
|
||||
<div class="settings">
|
||||
<h3>{{ $t('gameBoard.settings.wallpaper') }}</h3>
|
||||
<wallpaper-upload />
|
||||
|
@ -53,6 +54,7 @@
|
|||
</button>
|
||||
</modal>
|
||||
</section>
|
||||
</template>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue