Application: change a menu entry icon.

This commit is contained in:
Guillaume Jacquemin 2024-03-09 20:24:30 +01:00
parent 0b46403ede
commit cd5213a3f9
Signed by: williamjcm
SSH Key Fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Application::drawMainMenu() {
openUri(Utility::Path::toNativeSeparators(conf().directories().armours));
}
if(ImGui::MenuItem(ICON_FA_ROCKET " Weapons", nullptr, false,
if(ImGui::MenuItem(ICON_FA_HAMMER " Weapons", nullptr, false,
Utility::Path::exists(conf().directories().weapons)))
{
openUri(Utility::Path::toNativeSeparators(conf().directories().weapons));