mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:27:07 +00:00
Add gun misfire options to menu
This commit is contained in:
@@ -223,6 +223,34 @@
|
||||
</v-menu>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-menu bottom offset-y>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<v-list-item-title v-bind="attrs" v-on="on">
|
||||
Misfires <v-icon small right>mdi-chevron-right</v-icon>
|
||||
</v-list-item-title>
|
||||
</template>
|
||||
<v-list nav dense>
|
||||
<v-list-item @click="setHeatmapValue('no_fire')">
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>No fire</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-list-item @click="setHeatmapValue('autofire')">
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>Autofire</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-list-item @click="setHeatmapValue('misfire')">
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>No fire / autofire</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
</v-list-item-content>
|
||||
|
||||
Reference in New Issue
Block a user