From 668f928f28e1db808110e4f1b2944f714f6b61ca Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 3 May 2026 12:12:41 -0500 Subject: [PATCH] Fix #617: run file shuffler in background thread to prevent GUI freeze --- GUI5.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI5.py b/GUI5.py index 9b688328..a3d5fe7a 100644 --- a/GUI5.py +++ b/GUI5.py @@ -1,6 +1,7 @@ import sys import os import subprocess +import threading from pathlib import Path from PySide6.QtWidgets import QApplication,QFileDialog, QMessageBox from PySide6.QtQml import QQmlApplicationEngine