Added an 'hos' icon (to be improved)

This commit is contained in:
zhupengfei
2020-05-15 22:22:36 +08:00
parent b19803c4d3
commit 1415235a13
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ static constexpr std::array<std::tuple<Core::ContentType, const char*, const cha
{Core::ContentType::Extdata, QT_TR_NOOP("Extra Data"), "save_data"},
{Core::ContentType::SystemArchive, QT_TR_NOOP("System Archive"), "system_archive"},
{Core::ContentType::Sysdata, QT_TR_NOOP("System Data"), "system_data"},
{Core::ContentType::SystemTitle, QT_TR_NOOP("System Title"), "system_archive"},
{Core::ContentType::SystemTitle, QT_TR_NOOP("System Title"), "hos"},
}};
static const std::unordered_map<Core::EncryptionType, const char*> EncryptionTypeMap{{