mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-29 04:50:15 +02:00
Shortcut Bugfix
This commit is contained in:
@@ -603,11 +603,11 @@ void loop() {
|
||||
else {
|
||||
nextButton();
|
||||
}
|
||||
ignoreUpButton = true;
|
||||
}
|
||||
else {
|
||||
playShortCut(1);
|
||||
}
|
||||
ignoreUpButton = true;
|
||||
} else if (upButton.wasReleased()) {
|
||||
if (!ignoreUpButton)
|
||||
if (!mySettings.invertVolumeButtons) {
|
||||
@@ -627,11 +627,11 @@ void loop() {
|
||||
else {
|
||||
previousButton();
|
||||
}
|
||||
ignoreDownButton = true;
|
||||
}
|
||||
else {
|
||||
playShortCut(2);
|
||||
}
|
||||
ignoreDownButton = true;
|
||||
} else if (downButton.wasReleased()) {
|
||||
if (!ignoreDownButton) {
|
||||
if (!mySettings.invertVolumeButtons) {
|
||||
|
Reference in New Issue
Block a user