mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-26 23:29:54 +02:00
8c9b04d1ec
* 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