Skip to content

Commit b6dcf72

Browse files
MicheleCarboneraMicheleCarbonera
authored andcommitted
Setting add 'audio' tab
1 parent 2bf988d commit b6dcf72

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/components/Settings.vue

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,26 @@
425425
</v-layout>
426426
</v-container>
427427
</v-tab-item>
428+
429+
430+
431+
432+
<!-- AUDIO TAB -->
433+
<v-tab-item>
434+
<v-container grid-list-md text-xs-center>
435+
<v-layout row wrap align-center>
436+
<v-flex xs12 md6 offset-md3>
437+
<h3 class="text-xs-left">Audio settings</h3>
438+
<v-card>
439+
440+
441+
442+
</v-card>
443+
</v-flex>
444+
</v-layout>
445+
</v-container>
446+
</v-tab-item>
447+
</v-tabs-items>
428448
</v-tabs-items>
429449
<!--</template>
430450
<template v-else>
@@ -807,7 +827,7 @@ export default {
807827
drawer: null,
808828
tab: null,
809829
//tabs: ['Generali', 'Rete', 'Movimento', 'Suoni', 'Avanzate'],
810-
tabs: ['Generali', 'Movimento', 'Suoni', 'Avanzate', 'Test']
830+
tabs: ['Generali', 'Movimento', 'Suoni', 'Avanzate', 'Test','Audio']
811831
}
812832
}
813833
}

0 commit comments

Comments
 (0)