Added the ability to change the showname's colour.

This commit is contained in:
Cerapter 2018-09-24 22:00:16 +02:00
parent 795dea1ad2
commit c17fe46e76

View File

@ -1369,6 +1369,8 @@ void Courtroom::handle_chatmessage_2()
ui_vp_chatbox->set_image_from_path(chatbox_path); ui_vp_chatbox->set_image_from_path(chatbox_path);
} }
ui_vp_showname->setStyleSheet("QLabel { color : " + get_text_color("_showname").name() + "; }");
set_scene(); set_scene();
set_text_color(); set_text_color();