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 2ca7143 commit 39e09efCopy full SHA for 39e09ef
webui/scripts/main.js
@@ -80,7 +80,7 @@ function checkTrickyStoreVersion() {
80
const securityPatchElement = document.getElementById('security-patch');
81
exec(`
82
TS_version=$(grep "versionCode=" "/data/adb/modules/tricky_store/module.prop" | cut -d'=' -f2)
83
- if grep -qE "James|beakthoven" "/data/adb/modules/tricky_store/module.prop"; then
+ if grep -qE "James|beakthoven|JingMatrix" "/data/adb/modules/tricky_store/module.prop"; then
84
echo 0
85
elif [ "$TS_version" -ge 158 ]; then
86
0 commit comments