DolphinQt: Add columns with file format details

This commit is contained in:
JosJuice
2020-06-25 12:49:36 +02:00
parent 26ed3b318c
commit 265e0d00d6
6 changed files with 55 additions and 0 deletions

View File

@ -271,6 +271,9 @@ struct SConfig
bool m_showIDColumn;
bool m_showRegionColumn;
bool m_showSizeColumn;
bool m_showFileFormatColumn;
bool m_showBlockSizeColumn;
bool m_showCompressionColumn;
bool m_showTagsColumn;
std::string m_WirelessMac;