mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-03 16:43:47 +00:00
* fix(PreviewPanel): Use birthtime for creation time st_ctime does not provide accurate creation time on MacOS, and as of Python 3.12 is deprecated for Windows. On these two platforms use st_birthtime, but fall back to st_ctime on linux. * mypy errors