This commit is contained in:
lvmin
2023-08-11 05:22:25 -07:00
parent bc4b420071
commit b548630387
+1 -1
View File
@@ -25,7 +25,7 @@ def worker():
def show_preview(flag, img, title='preview'):
buffer.append((flag, img.copy(), title))
buffer.append((flag, img[..., ::-1].copy(), title))
def close_all_preview():