aboutsummaryrefslogtreecommitdiff
path: root/src/aocharbutton.cpp
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2024-05-10 09:31:43 -0500
committerGitHub <noreply@github.com>2024-05-10 16:31:43 +0200
commit951766666621fa77e257e6b5616fe4ab1eb2a52f (patch)
treeb47c7d27a91cee606069abddf12cae7bf4718fed /src/aocharbutton.cpp
parentf2cf70232e015630bdc097381527dd70e8f06fb9 (diff)
Use the static image lookup for char_icons (#954)
Diffstat (limited to 'src/aocharbutton.cpp')
-rw-r--r--src/aocharbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aocharbutton.cpp b/src/aocharbutton.cpp
index 1c9193c9..4f00e3c8 100644
--- a/src/aocharbutton.cpp
+++ b/src/aocharbutton.cpp
@@ -64,7 +64,7 @@ void AOCharButton::set_passworded() { ui_passworded->show(); }
void AOCharButton::set_image(QString p_character)
{
QString image_path = ao_app->get_image_suffix(
- ao_app->get_character_path(p_character, "char_icon"));
+ ao_app->get_character_path(p_character, "char_icon"), true);
this->setText("");