Skip to content

Commit

Permalink
Update courtroom.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru-1816 authored Jan 12, 2025
1 parent 712aeb7 commit b95e84f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/courtroom.h
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,11 @@ class Courtroom : public QMainWindow {

// Whether or not this color allows us to play the talking animation
QVector<bool> color_markdown_talking_list;

QVector<bool> color_markdown_bold_list
QVector<bool> color_markdown_italic_list
QVector<bool> color_markdown_header_list

// Text Color-related optimization END

// List of all currently available pos
Expand Down

0 comments on commit b95e84f

Please sign in to comment.