1
0

feat: support explorer sort and hidden on Window

now playlist can use Windows Explorer's sort and hidden file display options to build it own for better browse experience on Windows
This commit is contained in:
2026-07-14 13:22:23 +08:00
parent a01d640c27
commit 81413b51da
4 changed files with 394 additions and 22 deletions

View File

@@ -53,6 +53,7 @@ set (PPIC_CPP_FILES
app/exiv2wrapper.cpp
app/playlistmanager.cpp
app/fileopeneventhandler.cpp
app/winplaylistpatch.cpp
)
set (PPIC_HEADER_FILES
@@ -70,6 +71,7 @@ set (PPIC_HEADER_FILES
app/exiv2wrapper.h
app/playlistmanager.h
app/fileopeneventhandler.h
app/winplaylistpatch.h
)
set (PPIC_UI_FILES