Skip to content

Commit

Permalink
Fix own shocker control, verison 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Dec 22, 2023
1 parent 80faccd commit d78b196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openshock_web_ui",
"version": "3.4.0",
"version": "3.4.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<p class="version">OpenShock UI 3.4.0
<p class="version">OpenShock UI 3.4.1
<a target="_blank" :href="'https://github.com/OpenShock/WebUI/commit/' + commitHash">{{ commitHash }}</a> | API <span
v-html="apiVersion"></span> <a target="_blank"
:href="'https://github.com/OpenShock/API/commit/' + apiCommitHash">{{ apiCommitHash }}</a> | <span>{{ targetEnv }}</span>
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/shockers/own/OwnShocker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default {
this.delayCountDown();
this.delay.controlsDisabled = true;
if (this.delay.randomSliderWarning && this.shocker.permissions.vibrate) {
if (this.delay.randomSliderWarning) {
// Vibrate for half a second
await ws.control(
this.shocker.id,
Expand Down

0 comments on commit d78b196

Please sign in to comment.