Skip to content

Commit d78b196

Browse files
committed
Fix own shocker control, verison 3.4.1
1 parent 80faccd commit d78b196

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openshock_web_ui",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<p class="version">OpenShock UI 3.4.0
2+
<p class="version">OpenShock UI 3.4.1
33
<a target="_blank" :href="'https://github.com/OpenShock/WebUI/commit/' + commitHash">{{ commitHash }}</a> | API <span
44
v-html="apiVersion"></span> <a target="_blank"
55
:href="'https://github.com/OpenShock/API/commit/' + apiCommitHash">{{ apiCommitHash }}</a> | <span>{{ targetEnv }}</span>

src/views/dashboard/shockers/own/OwnShocker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default {
233233
this.delayCountDown();
234234
this.delay.controlsDisabled = true;
235235
236-
if (this.delay.randomSliderWarning && this.shocker.permissions.vibrate) {
236+
if (this.delay.randomSliderWarning) {
237237
// Vibrate for half a second
238238
await ws.control(
239239
this.shocker.id,

0 commit comments

Comments
 (0)