We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3318c4e commit 468a58aCopy full SHA for 468a58a
src/components/control/ControlGeneral.vue
@@ -47,13 +47,13 @@
47
</span>
48
<div class="btn-group-toggle btn-group">
49
<label v-b-tooltip.hover
50
- title="Enable automatic continuation by based on game events"
+ title="Enable automatic continuation based on game events"
51
:class="{btn:true, 'btn-secondary': true, active: autoContinue}"
52
@click="setAutoContinue(true)">
53
Auto
54
</label>
55
56
- title="Disable automatic continuation by based on game events"
+ title="Disable automatic continuation based on game events"
57
:class="{btn:true, 'btn-secondary': true, active: !autoContinue}"
58
@click="setAutoContinue(false)">
59
Manual
0 commit comments