reverting frontend cond

This commit is contained in:
sanjayk03-dev
2025-05-23 19:17:18 +05:30
parent 19f362c2f8
commit 6b9e8fef97

View File

@@ -243,7 +243,7 @@ module.exports = new Vue({
},
enable_rotary: function() {
if((this.state["2an"] == 1 || this.state["2an"] == 3) && this.is_idle) return true;
if(this.state["2an"] == 1 || this.state["2an"] == 3) return true;
return false;
}
},