-
fix(build): remove non-existent SelectModule.h include in FileOrigin.cpp
released this
2026-02-05 22:53:14 +00:00 | 406 commits to main since this releaseSelectModule is declared in FileDialog.h which was already included.
The separate #include "SelectModule.h" referenced a header that
doesn't exist, causing a fatal build error.Downloads