version 2.2.5 in the .pro file
This commit is contained in:
parent
8acaf365b1
commit
47baf6ef1c
@ -13,7 +13,7 @@ RC_ICONS = logo.ico
|
||||
TARGET = Attorney_Online_remake
|
||||
TEMPLATE = app
|
||||
|
||||
VERSION = 2.2.4.0
|
||||
VERSION = 2.2.5.0
|
||||
|
||||
SOURCES += main.cpp\
|
||||
lobby.cpp \
|
||||
|
@ -1487,6 +1487,10 @@ void Courtroom::set_text_color()
|
||||
ui_vp_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);"
|
||||
"color: yellow");
|
||||
break;
|
||||
case BLACK:
|
||||
ui_vp_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);"
|
||||
"color: black");
|
||||
break;
|
||||
default:
|
||||
qDebug() << "W: undefined text color: " << m_chatmessage[TEXT_COLOR];
|
||||
case WHITE:
|
||||
|
@ -103,7 +103,6 @@ enum COLOR
|
||||
ORANGE,
|
||||
BLUE,
|
||||
YELLOW,
|
||||
//NYI
|
||||
BLACK,
|
||||
RAINBOW
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user