Added vibration

This commit is contained in:
2019-11-12 16:23:29 +01:00
parent be29abac6b
commit 4558d134e0
6 changed files with 133 additions and 38 deletions

View File

@@ -39,6 +39,10 @@ Window {
cbNUC.enabled = true;
cbLogToDisk.enabled = true;
cbMeasTime.enabled = true;
if (cbMeasTime.currentIndex != 0) {
Vibration.vibrate(1000);
}
}
}
}