1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 22:38:34 +09:00
This commit is contained in:
NoriDev 2023-10-25 19:05:50 +09:00
parent acd4c97eee
commit e68c4f090b

View File

@ -154,7 +154,7 @@ function moving(event) {
if (!isPullEnd) isVibrate = false;
else if (isPullEnd && !isVibrate) {
vibrate(ColdDeviceStorage.get('vibrateSystem') ? 150 : []);
vibrate(ColdDeviceStorage.get('vibrateSystem') ? 10 : []);
isVibrate = true;
}
}