diff options
Diffstat (limited to 'src/aocharbutton.cpp')
| -rw-r--r-- | src/aocharbutton.cpp | 2 |
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(""); |
