Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Added an 'hos' icon (to be improved)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaowenlan1779 committed May 15, 2020
1 parent b19803c commit 1415235
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dist/themes/default/default.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Binary file added dist/themes/default/icons/24x24/hos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/frontend/import_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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{{
Expand Down

0 comments on commit 1415235

Please sign in to comment.