Rework file widget to prevent partial hang

This commit is contained in:
Jamie Vital 2023-09-24 09:14:16 -04:00
parent ddb3434a94
commit 15aeb83661
8 changed files with 168 additions and 128 deletions

View file

@ -14,6 +14,10 @@
#include "core/opencl.h"
#include "common/widgets/switch.h"
#ifdef _MSC_VER
#include <direct.h>
#endif
namespace satdump
{
void ImageViewerHandler::init()