aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-16 21:10:21 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-16 21:10:21 +0300
commitf3c7beab70aeb1e9b1446553c3cb57345a1e5eb7 (patch)
treeab1116c21ebfc006c96ce87f9303a3bcbb057f96 /include
parentb085be5a2a0512c432bc9fd58413a9d8f93d451e (diff)
Chat arrow indicator to inform you if the current message stopped being processed
Can be modified from the theme in chat_arrow of courtroom_design.ini Uses chat_arrow .png/.gif/etc.
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 9b3c0577..45a3dfd3 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -424,6 +424,7 @@ private:
AOEvidenceDisplay *ui_vp_evidence_display;
AOImage *ui_vp_chatbox;
QLabel *ui_vp_showname;
+ AOMovie *ui_vp_chat_arrow;
QTextEdit *ui_vp_message;
AOMovie *ui_vp_realization;
AOMovie *ui_vp_testimony;