mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-12 12:20:13 +08:00
stop triple on interrupted
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -107,6 +107,10 @@ class PlayerFocus extends StatelessWidget {
|
||||
introController!.onCancelTriple(isKeyQ);
|
||||
}
|
||||
return true;
|
||||
} else if (event is KeyDownEvent) {
|
||||
if (introController?.isTripling ?? false) {
|
||||
introController!.onCancelTriple();
|
||||
}
|
||||
}
|
||||
|
||||
final isArrowUp = key == LogicalKeyboardKey.arrowUp;
|
||||
|
||||
Reference in New Issue
Block a user