• v0.1.2 84b69b935b

    fix(build): remove non-existent SelectModule.h include in FileOrigin.cpp
    Some checks failed
    Build and Test / build (push) Failing after 19m45s
    Release Build / publish-release (push) Has been skipped
    Release Build / build-linux (push) Failing after 31m20s

    forbes released this 2026-02-05 22:53:14 +00:00 | 406 commits to main since this release

    SelectModule 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