fix(main.py): allow 'u' key to skip frames in media grader
This commit is contained in:
2
main.py
2
main.py
@@ -845,7 +845,7 @@ class MediaGrader:
|
|||||||
self.current_frame = 0
|
self.current_frame = 0
|
||||||
self.load_current_frame()
|
self.load_current_frame()
|
||||||
|
|
||||||
if key not in [ord("p")]:
|
if key not in [ord("p"), ord("u")]:
|
||||||
print("Navigating to: ", self.current_index)
|
print("Navigating to: ", self.current_index)
|
||||||
self.current_index += 1
|
self.current_index += 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user