mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Replace achievement icons with font icons
(cherry picked from commit b23ce7ba18)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <romfs/romfs.hpp>
|
||||
|
||||
#include <content/views/view_hashes.hpp>
|
||||
#include <fonts/tabler_icons.hpp>
|
||||
|
||||
namespace hex::plugin::hashes {
|
||||
|
||||
@@ -29,6 +30,6 @@ IMHEX_PLUGIN_SETUP("Hashes", "WerWolv", "Hashing algorithms") {
|
||||
|
||||
AchievementManager::addAchievement<Achievement>("hex.builtin.achievement.misc", "hex.hashes.achievement.misc.create_hash.name")
|
||||
.setDescription("hex.hashes.achievement.misc.create_hash.desc")
|
||||
.setIcon(romfs::get("assets/achievements/fortune-cookie.png").span())
|
||||
.setIcon(ICON_TA_CRYSTAL_BALL)
|
||||
.addRequirement("hex.builtin.achievement.starting_out.open_file.name");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user