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
+2
View File
@@ -5,6 +5,8 @@
<file alias="24x24/app.png">icons/24x24/app.png</file>
<file alias="24x24/dlc.png">icons/24x24/dlc.png</file>
<file alias="24x24/hos.png">icons/24x24/hos.png</file>
<file alias="24x24/save_data.png">icons/24x24/save_data.png</file>
Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

+2 -2
View File
@@ -340,5 +340,5 @@ Public License instead of this License.
---
The icons used in this project are from https://github.com/google/material-design-icons,
licensed under Apache License 2.0.
The icons used in this project (with the exception of hos.png) are fetched from
https://github.com/google/material-design-icons licensed under Apache License 2.0.
+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{{